mysql_list_tables
List tables in a MySQL database
&reftitle.description;
resourcemysql_list_tables
stringdatabase
resourcelink_identifier
Retrieves a list of table names from a MySQL database.
This function is deprecated. It is preferable to use
mysql_query to issue a SQL SHOW TABLES
[FROM db_name] [LIKE 'pattern'] statement instead.
&reftitle.parameters;
database
The name of the database
&mysql.linkid.description;
&reftitle.returnvalues;
A result pointer resource on success&return.falseforfailure;.
Use the mysql_tablename function to
traverse this result pointer, or any function for result tables,
such as mysql_fetch_array.
&reftitle.changelog;
&Version;
&Description;
4.3.7
This function became deprecated.
&reftitle.examples;
mysql_list_tables alternative example
]]>
&reftitle.notes;
&info.deprecated.alias;
mysql_listtables
&reftitle.seealso;
mysql_list_dbs
mysql_tablename