cubrid_db_name

PECL CUBRID >= 8.3.1
cubrid_db_name - Get db name from results of cubrid_list_dbs
Manual
Code Examples

cubrid_db_name( array$result, int$index ): string

Retrieve the database name from a call to cubrid_list_dbs.

Parameters

result

The result pointer from a call to cubrid_list_dbs.

index

The index into the result set.

Return Values

Returns the database name on success, and false on failure. If false is returned, use cubrid_error to determine the nature of the error.

Related Functions

Example of cubrid_db_name

Show all examples for cubrid_db_name

PHP Version:


Function cubrid_db_name:

CUBRID Functions

Most used PHP functions