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_data_seek(3) - php
cubrid_db_name(3) - php
cubrid_insert_id(3) - php
cubrid_lob_get(3) - php
Similar Topics in the Unix Linux Community
User Guide: Posting in the Emergency Forum
UNIX.COM 2017 Year End Summary
Coming Soon: Upgrade Forum Software (Dec 31 - Jan 1)
The Order of the Wizard's Hat - Lifetime Achievement Award 2019 - Congrats to Don Cragun
Denial Of Service Attack Update