|
cubrid_db_nameGet db name from results of cubrid_list_dbs Beschreibung
string cubrid_db_name
( array
$result
, int $index
)Retrieve the database name from a call to cubrid_list_dbs. Parameter-Liste
Rückgabewerte
Returns the database name on success, and Beispiele
Beispiel #1 cubrid_db_name example
<?phpDas oben gezeigte Beispiel erzeugt folgende Ausgabe: demodb Siehe auch
|