From 89f612ca4fa5ebf0851ec41db8410fbbf375f50d Mon Sep 17 00:00:00 2001 From: Kenneth Schwartz Date: Thu, 8 Apr 2004 05:48:47 +0000 Subject: [PATCH] reworded note on deprecation git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@155536 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/mysql/functions/mysql-list-tables.xml | 17 ++++++++--------- 1 file changed, 8 insertions(+), 9 deletions(-) diff --git a/reference/mysql/functions/mysql-list-tables.xml b/reference/mysql/functions/mysql-list-tables.xml index 8d8daba75e..d01b3ff2b2 100644 --- a/reference/mysql/functions/mysql-list-tables.xml +++ b/reference/mysql/functions/mysql-list-tables.xml @@ -1,5 +1,5 @@ - + @@ -33,14 +33,13 @@ mysql_listtables can be used. This is deprecated however and is not recommended. - - - - This function has been deprecated. Do not use this function. - Use the command SHOW TABLES FROM DATABASE instead. - - - + + + The function mysql_list_tables is deprecated. It + is preferable to use mysql_query to issue a + SQL SHOW TABLES [FROM db_name] [LIKE 'pattern'] statement instead. + + <function>mysql_list_tables</function> example