PHP 忒聊
綴豖
ヶ輛
fbsql_tablename
(PHP 4 = 4.2.0)
Description
fbsql_tablename() takes a result pointer returned by the fbsql_list_tables() function as well as an integer index and returns the name of a table. The fbsql_num_rows() function may be used to determine the number of tables in the result pointer.
瞰赽 1. fbsql_tablename() example
?php fbsql_connect ("localhost", "_SYSTEM", ""); $result = fbsql_list_tables ("wisconsin"); $i = 0; while ($i fbsql_num_rows ($result)) {$tb_names[$i] = fbsql_tablename ($result, $i); echo $tb_names[$i]. "BR "; $i++;}?
綴豖
れ萸
ヶ輛
fbsql_stop_db
奻珨撰
fbsql_username