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_data_seek(3) - php
cubrid_lob_send(3) - php
cubrid_lock_write(3) - php
cubrid_real_escape_string(3) - php
Similar Topics in the Unix Linux Community
Simple rules of the UNIX.COM forums:
Forum Video Tutorial: How to Use Code Tags
UNIX.COM 2017 Year End Summary
Please Welcome Ravinder Singh to the Moderation Team