php man page for cubrid_list_dbs

Query: cubrid_list_dbs

OS: php

Section: 3

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

CUBRID_LIST_DBS(3)							 1							CUBRID_LIST_DBS(3)

cubrid_list_dbs - Return an array with the list of all existing CUBRID databases

SYNOPSIS
array cubrid_list_dbs ([resource $conn_identifier])
DESCRIPTION
This function returns an array with the list of all existing Cubrid databases.
PARAMETERS
o $conn_identifier -The CUBRID connection.
RETURN VALUES
An numeric array with all existing Cubrid databases; on success. FALSE on failure.
EXAMPLES
Example #1 cubrid_list_dbs(3) example <?php $conn = cubrid_connect("localhost", 33000, "demodb"); $db_list = cubrid_list_dbs($conn); var_dump($db_list); cubrid_disconnect($conn); ?> The above example will output: array(1) { [0]=> string(6) "demodb" } PHP Documentation Group CUBRID_LIST_DBS(3)
Related Man Pages
cubrid_affected_rows(3) - php
cubrid_drop(3) - php
cubrid_insert_id(3) - php
cubrid_lob_get(3) - php
cubrid_real_escape_string(3) - php
Similar Topics in the Unix Linux Community
Simple rules of the UNIX.COM forums:
User Guide: Posting in the Emergency Forum
Rules for Homework &amp; Coursework Questions Forum
New Code Tags (Syntax Highlighting)
Status of UNIX.COM Forum Transformation