PHP » GoLang |
login |
register |
about
|
GoLang cubrid_list_dbs
request it (351)
GoLang replacement for PHP's cubrid_list_dbs
[edit | history]
cubrid_list_dbs(PECL CUBRID >= 8.3.0) cubrid_list_dbs — Return 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
<?php The above example will output: array(1) { [0]=> string(6) "demodb" } |
more
Recently updated
more
Most requested
more
Last requests
|