|
cubrid_list_dbsReturn an array with the list of all existing CUBRID databases Beschreibung
array cubrid_list_dbs
([ resource
$conn_identifier
] )This function returns an array with the list of all existing Cubrid databases. Parameter-Liste
RückgabewerteAn numeric array with all existing Cubrid databases; on success.
BeispieleBeispiel #1 cubrid_list_dbs example
<?phpDas oben gezeigte Beispiel erzeugt folgende Ausgabe:
array(1) {
[0]=>
string(6) "demodb"
}
|