|
cubrid_list_dbsReturn an array with the list of all existing CUBRID databases 説明
array cubrid_list_dbs(resource
$conn_identifier = ?)This function returns an array with the list of all existing Cubrid databases. パラメータ
戻り値An numeric array with all existing Cubrid databases; on success.
例例1 cubrid_list_dbs example
上の例の出力は以下となります。 array(1) { [0]=> string(6) "demodb" } |