fbsql_list_tables

(PHP 4 >= 4.0.6, PHP 5, PHP 7)

fbsql_list_tablesList tables in a FrontBase database

˵��

fbsql_list_tables ( string $database [, resource $link_identifier ] ) : resource

Returns a result pointer describing the database.

����

database

The database name.

link_identifier

�� fbsql_connect() �� fbsql_pconnect() ���ص� FrontBase ���ӱ�ʶ��.

���ѡ��δָ���������᳢�Բ���һ���� FrontBase �������Ŀ������ӣ�����û���ҵ����������ӣ��᳢��ͨ�������������� fbsql_connect() ������һ����

����ֵ

Returns a result pointer which can be used with the fbsql_tablename() function to read the actual table names, or FALSE on error.

�μ�