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_close(3) - php
cubrid_drop(3) - php
cubrid_lob_export(3) - php
cubrid_lock_write(3) - php
cubrid_set_db_parameter(3) - php
Similar Topics in the Unix Linux Community
Simple rules of the UNIX.COM forums:
User Guide: Posting in the Emergency Forum
Status of UNIX.COM Forum Transformation
The Order of the Wizard's Hat - Lifetime Achievement Award 2019 - Congrats to Don Cragun
Please Welcome Nicki Paul to the Moderator Team!