wrong description

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@127532 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Mehdi Achour 2003-05-17 21:19:41 +00:00
parent 5b55ed79fe
commit ee41772bf8

View file

@ -1,10 +1,10 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.3 $ -->
<!-- $Revision: 1.4 $ -->
<!-- splitted from ./en/functions/mysql.xml, last change in rev 1.2 -->
<refentry id="function.mysql-list-fields">
<refnamediv>
<refname>mysql_list_fields</refname>
<refpurpose>List MySQL result fields</refpurpose>
<refpurpose>List MySQL table fields</refpurpose>
</refnamediv>
<refsect1>
<title>Description</title>
@ -18,7 +18,7 @@
</methodsynopsis>
<para>
<function>mysql_list_fields</function> 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 <function>mysql_field_flags</function>,
<function>mysql_field_len</function>,