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_lock_read(3) - php
cubrid_db_name(3) - php
cubrid_drop(3) - php
cubrid_lob_send(3) - php
cubrid_real_escape_string(3) - php
Similar Topics in the Unix Linux Community
Forum Video Tutorial: How to Use Code Tags
New Code Tags (Syntax Highlighting)
Please Welcome Don Cragun as Lead Moderator
The Order of the Wizard's Hat - Lifetime Achievement Award 2019 - Congrats to Don Cragun
The Order of the Wizard's Hat - Lifetime Achievement Award 2019 - Congrats to Wolf Machowitsch