msql_list_dbs
(PHP 4, PHP 5)
msql_list_dbs — فهرست پایگاه دادهّهای mSQL در سرور
Description
resource msql_list_dbs
([ resource $link_identifier
] )
msql_list_tables() پایگاه دادههای موجود را در link_identifier مشخص میکند.
Parameters
- link_identifier
-
The mSQL connection. If not specified, the last link opened by msql_connect() is assumed. If no such link is found, the function will try to establish a link as if msql_connect() was called, and use it.
Return Values
نتیجه را با هر تابع دریافت کننده نتیجه مانند msql_fetch_array() باز میگرداند. در صورت شکست این تابع FALSE بازمیگرداند.
See Also
- msql_list_tables() - فهرست جدولهای پایگاه داده mSQL
- msql_list_fields() - فهرست فیلدهای نتیجه
There are no user contributed notes for this page.
