|
update : 2015.11.03
php.shukuma.com검색:
|
cubrid_list_dbs(PECL CUBRID >= 8.3.0) cubrid_list_dbs — Return an array with the list of all existing CUBRID databases 설명
array cubrid_list_dbs
([ resource
$conn_identifier
] )This function returns an array with the list of all existing Cubrid databases. 인수
반환값An numeric array with all existing Cubrid databases; on success.
예제Example #1 cubrid_list_dbs() example
<?php위 예제의 출력:
array(1) {
[0]=>
string(6) "demodb"
}
|