| 
 | cubrid_db_nameGet db name from results of cubrid_list_dbs Description
   string cubrid_db_name
    ( array  $result, int$index)Retrieve the database name from a call to cubrid_list_dbs. Parameters
 
 Return Values
   Returns the database name on success, and  Examples
 Example #1 cubrid_db_name example 
<?phpThe above example will output: demodb See Also
 
 |