vrana           Tue May 31 04:59:50 2005 EDT

  Modified files:              
    /phpdoc/en/reference/mysql/functions        mysql-fetch-array.xml 
                                                mysql-fetch-assoc.xml 
                                                mysql-fetch-object.xml 
                                                mysql-fetch-row.xml 
  Log:
  Moves the internal data pointer (bug #33180)
  
http://cvs.php.net/diff.php/phpdoc/en/reference/mysql/functions/mysql-fetch-array.xml?r1=1.22&r2=1.23&ty=u
Index: phpdoc/en/reference/mysql/functions/mysql-fetch-array.xml
diff -u phpdoc/en/reference/mysql/functions/mysql-fetch-array.xml:1.22 
phpdoc/en/reference/mysql/functions/mysql-fetch-array.xml:1.23
--- phpdoc/en/reference/mysql/functions/mysql-fetch-array.xml:1.22      Thu Mar 
31 02:47:25 2005
+++ phpdoc/en/reference/mysql/functions/mysql-fetch-array.xml   Tue May 31 
04:59:48 2005
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.22 $ -->
+<!-- $Revision: 1.23 $ -->
 <refentry id="function.mysql-fetch-array">
  <refnamediv>
   <refname>mysql_fetch_array</refname>
@@ -14,7 +14,8 @@
    <methodparam 
choice="opt"><type>int</type><parameter>result_type</parameter></methodparam>
   </methodsynopsis>
   <para>
-   Returns an array that corresponds to the fetched row.
+   Returns an array that corresponds to the fetched row
+   and moves the internal data pointer ahead.
   </para>
  </refsect1>
 
http://cvs.php.net/diff.php/phpdoc/en/reference/mysql/functions/mysql-fetch-assoc.xml?r1=1.14&r2=1.15&ty=u
Index: phpdoc/en/reference/mysql/functions/mysql-fetch-assoc.xml
diff -u phpdoc/en/reference/mysql/functions/mysql-fetch-assoc.xml:1.14 
phpdoc/en/reference/mysql/functions/mysql-fetch-assoc.xml:1.15
--- phpdoc/en/reference/mysql/functions/mysql-fetch-assoc.xml:1.14      Thu Mar 
31 02:47:25 2005
+++ phpdoc/en/reference/mysql/functions/mysql-fetch-assoc.xml   Tue May 31 
04:59:48 2005
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.14 $ -->
+<!-- $Revision: 1.15 $ -->
 <refentry id="function.mysql-fetch-assoc">
  <refnamediv>
   <refname>mysql_fetch_assoc</refname>
@@ -13,7 +13,8 @@
    
<methodparam><type>resource</type><parameter>result</parameter></methodparam>
   </methodsynopsis>
   <para>
-   Returns an associative array that corresponds to the fetched row.
+   Returns an associative array that corresponds to the fetched row
+   and moves the internal data pointer ahead.
    <function>mysql_fetch_assoc</function> is equivalent to calling
    <function>mysql_fetch_array</function> with MYSQL_ASSOC for the
    optional second parameter. It only returns an associative array.
http://cvs.php.net/diff.php/phpdoc/en/reference/mysql/functions/mysql-fetch-object.xml?r1=1.13&r2=1.14&ty=u
Index: phpdoc/en/reference/mysql/functions/mysql-fetch-object.xml
diff -u phpdoc/en/reference/mysql/functions/mysql-fetch-object.xml:1.13 
phpdoc/en/reference/mysql/functions/mysql-fetch-object.xml:1.14
--- phpdoc/en/reference/mysql/functions/mysql-fetch-object.xml:1.13     Thu Mar 
31 02:47:25 2005
+++ phpdoc/en/reference/mysql/functions/mysql-fetch-object.xml  Tue May 31 
04:59:48 2005
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.13 $ -->
+<!-- $Revision: 1.14 $ -->
 <refentry id="function.mysql-fetch-object">
  <refnamediv>
   <refname>mysql_fetch_object</refname>
@@ -13,7 +13,8 @@
    
<methodparam><type>resource</type><parameter>result</parameter></methodparam>
   </methodsynopsis>
   <para>
-   Returns an object with properties that correspond to the fetched row.
+   Returns an object with properties that correspond to the fetched row
+   and moves the internal data pointer ahead.
   </para>
  </refsect1>
 
http://cvs.php.net/diff.php/phpdoc/en/reference/mysql/functions/mysql-fetch-row.xml?r1=1.11&r2=1.12&ty=u
Index: phpdoc/en/reference/mysql/functions/mysql-fetch-row.xml
diff -u phpdoc/en/reference/mysql/functions/mysql-fetch-row.xml:1.11 
phpdoc/en/reference/mysql/functions/mysql-fetch-row.xml:1.12
--- phpdoc/en/reference/mysql/functions/mysql-fetch-row.xml:1.11        Thu Mar 
31 02:47:25 2005
+++ phpdoc/en/reference/mysql/functions/mysql-fetch-row.xml     Tue May 31 
04:59:48 2005
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.11 $ -->
+<!-- $Revision: 1.12 $ -->
 <refentry id="function.mysql-fetch-row">
  <refnamediv>
   <refname>mysql_fetch_row</refname>
@@ -13,7 +13,8 @@
    
<methodparam><type>resource</type><parameter>result</parameter></methodparam>
   </methodsynopsis>
   <para>
-   Returns a numerical array that corresponds to the fetched row.
+   Returns a numerical array that corresponds to the fetched row
+   and moves the internal data pointer ahead.
   </para>
  </refsect1>
 

Reply via email to