update : 2015.11.03
php.shukuma.com검색:
|
cubrid_db_name(PECL CUBRID >= 8.3.1) cubrid_db_name — Get db name from results of cubrid_list_dbs 설명
string cubrid_db_name
( array
$result
, int $index
)Retrieve the database name from a call to cubrid_list_dbs(). 반환값
Returns the database name on success, and 예제
Example #1 cubrid_db_name() example
<?php 위 예제의 출력: demodb |