PHP3 Manual | ||
---|---|---|
Prev | Next |
mysql_list_tables -- list tables in a MySQL database
mysql_list_tables() takes a database name and result pointer much like the mysql_db_query() function. The mysql_tablename() function should be used to extract the actual table names from the result pointer.
For downward compatibility mysql_listtables() can also be used.
Prev | Home | Next |
mysql_list_dbs | Up | mysql_num_fields |