From 01600c69a948a338e5023b1472308284537972e0 Mon Sep 17 00:00:00 2001 From: Georg Richter Date: Thu, 13 Mar 2003 08:47:05 +0000 Subject: [PATCH] marked function as deprecated git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@120054 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/mysql/functions/mysql-list-tables.xml | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/reference/mysql/functions/mysql-list-tables.xml b/reference/mysql/functions/mysql-list-tables.xml index e57381effd..5c4098115c 100644 --- a/reference/mysql/functions/mysql-list-tables.xml +++ b/reference/mysql/functions/mysql-list-tables.xml @@ -1,5 +1,5 @@ - + @@ -33,6 +33,14 @@ 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. + + + <function>mysql_list_tables</function> example