|
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 FALSE on failure. If FALSE is returned, use cubrid_error() to determine the nature of the error. Примеры
Пример #1 cubrid_db_name() example
<?php |
|