|
PHP5中文手册
fbsql_list_tables(PHP 4 >= 4.0.6, PHP 5) fbsql_list_tables — List tables in a FrontBase database 说明
resource fbsql_list_tables
( string $database
[, resource $link_identifier
] )
Returns a result pointer describing the database . 参数
返回值Returns a result pointer which can be used with the fbsql_tablename() function to read the actual table names, or FALSE on error. |