From ee41772bf84268cc5ed40bde29bc8a63466fcf81 Mon Sep 17 00:00:00 2001 From: Mehdi Achour Date: Sat, 17 May 2003 21:19:41 +0000 Subject: [PATCH] wrong description git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@127532 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/mysql/functions/mysql-list-fields.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/reference/mysql/functions/mysql-list-fields.xml b/reference/mysql/functions/mysql-list-fields.xml index 90ef6af079..cfa44b5f7e 100644 --- a/reference/mysql/functions/mysql-list-fields.xml +++ b/reference/mysql/functions/mysql-list-fields.xml @@ -1,10 +1,10 @@ - + mysql_list_fields - List MySQL result fields + List MySQL table fields Description @@ -18,7 +18,7 @@ mysql_list_fields retrieves information - about the given table name. Arguments are the database name and + about the given table name. Arguments are the database and the table name. A result pointer is returned which can be used with mysql_field_flags, mysql_field_len,