Query: msql_list_dbs
OS: php
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
MSQL_LIST_DBS(3) MSQL_LIST_DBS(3) msql_list_dbs - List mSQL databases on serverSYNOPSISresource msql_list_dbs ([resource $link_identifier])DESCRIPTIONmsql_list_tables(3) lists the databases available on the specified $link_identifier.PARAMETERSo $ link_identifier -The mSQL connection. If not specified, the last link opened by msql_connect(3) is assumed. If no such link is found, the function will try to establish a link as if msql_connect(3) was called, and use it.RETURN VALUESReturns a result set which may be traversed with any function that fetches result sets, such as msql_fetch_array(3). On failure, this function will return FALSE.SEE ALSOmsql_list_tables(3), msql_list_fields(3). PHP Documentation Group MSQL_LIST_DBS(3)