georg Tue Mar 16 02:41:56 2004 EDT
Modified files:
/phpdoc/en/reference/mysqli/functions mysqli-fetch-field.xml
mysqli-fetch-fields.xml
Log:
fixed parameter for fetch_fields methods
fixed description for mysqli_fetch_field
(Thx to Enrique)
http://cvs.php.net/diff.php/phpdoc/en/reference/mysqli/functions/mysqli-fetch-field.xml?r1=1.8&r2=1.9&ty=u
Index: phpdoc/en/reference/mysqli/functions/mysqli-fetch-field.xml
diff -u phpdoc/en/reference/mysqli/functions/mysqli-fetch-field.xml:1.8
phpdoc/en/reference/mysqli/functions/mysqli-fetch-field.xml:1.9
--- phpdoc/en/reference/mysqli/functions/mysqli-fetch-field.xml:1.8 Wed Feb 25
16:59:16 2004
+++ phpdoc/en/reference/mysqli/functions/mysqli-fetch-field.xml Tue Mar 16 02:41:55
2004
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.8 $ -->
+<!-- $Revision: 1.9 $ -->
<refentry id="function.mysqli-fetch-field">
<refnamediv>
<refname>mysqli_fetch_field</refname>
@@ -23,11 +23,11 @@
</methodsynopsis>
</classsynopsis>
<para>
- The <function>mysqli_fetch_field</function> function is used to return the
attributes
- of the next column in the result set represented by the
<parameter>result</parameter>
- parameter as an object. When executed this function will return an object
containing
- the attributes of the current column or &false; if there are no more columns in
the
- result set.
+ The <function>mysqli_fetch_field</function> returns the definition of one column
+ of a result set as an object. Call this function repeatedly to retrieve
+ information about all columns in the result set.
+ <function>mysqli_fetch_field</function> returns &false; when no more fields
+ are left.
</para>
</refsect1>
<refsect1>
http://cvs.php.net/diff.php/phpdoc/en/reference/mysqli/functions/mysqli-fetch-fields.xml?r1=1.8&r2=1.9&ty=u
Index: phpdoc/en/reference/mysqli/functions/mysqli-fetch-fields.xml
diff -u phpdoc/en/reference/mysqli/functions/mysqli-fetch-fields.xml:1.8
phpdoc/en/reference/mysqli/functions/mysqli-fetch-fields.xml:1.9
--- phpdoc/en/reference/mysqli/functions/mysqli-fetch-fields.xml:1.8 Wed Feb 25
16:59:16 2004
+++ phpdoc/en/reference/mysqli/functions/mysqli-fetch-fields.xml Tue Mar 16
02:41:55 2004
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.8 $ -->
+<!-- $Revision: 1.9 $ -->
<refentry id="function.mysqli-fetch-fields">
<refnamediv>
<refname>mysqli_fetch_fields</refname>
@@ -19,7 +19,7 @@
<methodsynopsis>
<type>mixed</type>
<methodname>fetch_fields</methodname>
- <methodparam><type>int</type><parameter>fieldnr</parameter></methodparam>
+ <methodparam><type>void</type><parameter></parameter></methodparam>
</methodsynopsis>
</classsynopsis>
<para>