mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
wrong description
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@127532 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
5b55ed79fe
commit
ee41772bf8
1 changed files with 3 additions and 3 deletions
|
@ -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>,
|
||||
|
|
Loading…
Reference in a new issue