msql_list_tables
(PHP 4, PHP 5)
msql_list_tables — فهرست جدولهای پایگاه داده mSQL
Description
resource msql_list_tables
( string $database
[, resource $link_identifier
] )
msql_list_tables() تعداد جدولهای database مشخص شده را باز میگرداند.
Parameters
- database
-
نام پایگاه داده.
- 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_fields() - فهرست فیلدهای نتیجه
- msql_list_dbs() - فهرست پایگاه دادهّهای mSQL در سرور
There are no user contributed notes for this page.
