fbsql_list_tables
(PHP 4 >= 4.0.6, PHP 5)
fbsql_list_tables — فهرست جدولهای پایگاه داده FrontBase
Description
resource fbsql_list_tables
( string $database
[, resource $link_identifier
] )
بازگرداندن اشارهگر نتایج توضیحدهنده database.
Parameters
- database
-
نام پایگاه داده.
- link_identifier
-
A FrontBase link identifier returned by fbsql_connect() or fbsql_pconnect().
If optional and not specified, the function will try to find an open link to the FrontBase server and if no such link is found it will try to create one as if fbsql_connect() was called with no arguments.
Return Values
بازگرداندن اشارهگر نتایج استفاده شده به همراه تابع fbsql_tablename() برای خواندن جدول واقعی یا FALSE در صورت خطا.
See Also
- fbsql_list_fields() - فهرست فیلدهای نتیجه FrontBase
- fbsql_list_dbs() - فهرست پایگاه دادههای موجود در سرور FrontBase
There are no user contributed notes for this page.
