| 
 | cubrid_list_dbsReturn an array with the list of all existing CUBRID databases Description
   array cubrid_list_dbs
    ([ resource  $conn_identifier] )This function returns an array with the list of all existing Cubrid databases. Parameters
 
 Return ValuesAn numeric array with all existing Cubrid databases; on success. 
     ExamplesExample #1 cubrid_list_dbs example 
<?phpThe above example will output: 
array(1) {
  [0]=>
  string(6) "demodb"
}
 |