Forum und email

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 .

매개변수

database

The database name.

link_identifier

fbsql_connect()fbsql_pconnect()가 반환한 FrontBase 연결 식별자.

반환값

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