baoengb         Fri Sep 10 10:17:24 2004 EDT

  Modified files:              
    /phpdoc/en/reference/mysql/functions        mysql-data-seek.xml 
    /phpdoc/en/reference/mysqli/functions       mysqli-data-seek.xml 
                                                mysqli-fetch-array.xml 
                                                mysqli-fetch-assoc.xml 
                                                mysqli-fetch-object.xml 
                                                mysqli-fetch-row.xml 
  Log:
  Refer to bug #30037
  mysql_data_seek added reference to the corresponding mysql_fetch_*
  mysqli: implementing the solution of bug 30037
          implementing &reftitle.seealso; and &reftitle.returnvalues; entities
  
  
http://cvs.php.net/diff.php/phpdoc/en/reference/mysql/functions/mysql-data-seek.xml?r1=1.11&r2=1.12&ty=u
Index: phpdoc/en/reference/mysql/functions/mysql-data-seek.xml
diff -u phpdoc/en/reference/mysql/functions/mysql-data-seek.xml:1.11 
phpdoc/en/reference/mysql/functions/mysql-data-seek.xml:1.12
--- phpdoc/en/reference/mysql/functions/mysql-data-seek.xml:1.11        Fri Feb 20 
12:36:42 2004
+++ phpdoc/en/reference/mysql/functions/mysql-data-seek.xml     Fri Sep 10 10:17:23 
2004
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.11 $ -->
+<!-- $Revision: 1.12 $ -->
 <!-- splitted from ./en/functions/mysql.xml, last change in rev 1.2 -->
   <refentry id="function.mysql-data-seek">
    <refnamediv>
@@ -77,8 +77,12 @@
     </para>
     <para>
      See also
-     <function>mysql_query</function> and
-     <function>mysql_num_rows</function>.
+     <function>mysql_query</function>,
+     <function>mysql_num_rows</function>,
+     <function>mysql_fetch_row</function>,
+     <function>mysql_fetch_assoc</function>,
+     <function>mysql_fetch_array</function>, and
+     <function>mysql_fetch_object</function>.
     </para>
    </refsect1>
   </refentry>
http://cvs.php.net/diff.php/phpdoc/en/reference/mysqli/functions/mysqli-data-seek.xml?r1=1.14&r2=1.15&ty=u
Index: phpdoc/en/reference/mysqli/functions/mysqli-data-seek.xml
diff -u phpdoc/en/reference/mysqli/functions/mysqli-data-seek.xml:1.14 
phpdoc/en/reference/mysqli/functions/mysqli-data-seek.xml:1.15
--- phpdoc/en/reference/mysqli/functions/mysqli-data-seek.xml:1.14      Tue Mar 16 
10:36:17 2004
+++ phpdoc/en/reference/mysqli/functions/mysqli-data-seek.xml   Fri Sep 10 10:17:24 
2004
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.14 $ -->
+<!-- $Revision: 1.15 $ -->
   <refentry id="function.mysqli-data-seek">
    <refnamediv>
     <refname>mysqli_data_seek</refname>
@@ -37,16 +37,20 @@
     </note>
    </refsect1>
    <refsect1>
-    <title>Return values</title>
+    &reftitle.returnvalues;
     <para>
      &return.success;
     </para>
    </refsect1>
    <refsect1>
-    <title>See also</title>
+    &reftitle.seealso;
     <para>
      <function>mysqli_store_result</function>,
      <function>mysqli_fetch_row</function>,
+     <function>mysqli_fetch_array</function>,
+     <function>mysqli_fetch_assoc</function>,
+     <function>mysqli_fetch_object</function>,
+     <function>mysqli_query</function>,
      <function>mysqli_num_rows</function>.
     </para>
    </refsect1>
http://cvs.php.net/diff.php/phpdoc/en/reference/mysqli/functions/mysqli-fetch-array.xml?r1=1.17&r2=1.18&ty=u
Index: phpdoc/en/reference/mysqli/functions/mysqli-fetch-array.xml
diff -u phpdoc/en/reference/mysqli/functions/mysqli-fetch-array.xml:1.17 
phpdoc/en/reference/mysqli/functions/mysqli-fetch-array.xml:1.18
--- phpdoc/en/reference/mysqli/functions/mysqli-fetch-array.xml:1.17    Thu Aug 12 
21:00:47 2004
+++ phpdoc/en/reference/mysqli/functions/mysqli-fetch-array.xml Fri Sep 10 10:17:24 
2004
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.17 $ -->
+<!-- $Revision: 1.18 $ -->
   <refentry id="function.mysqli-fetch-array">
    <refnamediv>
     <refname>mysqli_fetch_array</refname>
@@ -54,17 +54,19 @@
     </para>
    </refsect1>
    <refsect1>
-    <title>Return values</title>
+    &reftitle.returnvalues;
     <para>
      Returns an array that corresponds to the fetched row or &null; if there are no 
more rows in resultset.
     </para>
    </refsect1>
    <refsect1>
-    <title>See also</title>
+    &reftitle.seealso;
     <para>
      <function>mysqli_fetch_assoc</function>,
      <function>mysqli_fetch_row</function>,
-     <function>mysqli_fetch_object</function>.
+     <function>mysqli_fetch_object</function>,
+     <function>mysqli_query</function>,
+     <function>mysqli_data_seek</function>.
     </para>
    </refsect1>
    <refsect1>
http://cvs.php.net/diff.php/phpdoc/en/reference/mysqli/functions/mysqli-fetch-assoc.xml?r1=1.15&r2=1.16&ty=u
Index: phpdoc/en/reference/mysqli/functions/mysqli-fetch-assoc.xml
diff -u phpdoc/en/reference/mysqli/functions/mysqli-fetch-assoc.xml:1.15 
phpdoc/en/reference/mysqli/functions/mysqli-fetch-assoc.xml:1.16
--- phpdoc/en/reference/mysqli/functions/mysqli-fetch-assoc.xml:1.15    Thu Aug 12 
21:00:47 2004
+++ phpdoc/en/reference/mysqli/functions/mysqli-fetch-assoc.xml Fri Sep 10 10:17:24 
2004
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.15 $ -->
+<!-- $Revision: 1.16 $ -->
   <refentry id="function.mysqli-fetch-assoc">
    <refnamediv>
     <refname>mysqli_fetch_assoc</refname>
@@ -43,17 +43,19 @@
     &database.fetch-null;
    </refsect1>
    <refsect1>
-    <title>Return values</title>
+    &reftitle.returnvalues;
     <para>
      Returns an array that corresponds to the fetched row or &null; if there are no 
more rows in resultset.
     </para>
    </refsect1>
    <refsect1>
-    <title>See also</title>
+    &reftitle.seealso;
     <para>
      <function>mysqli_fetch_array</function>,
      <function>mysqli_fetch_row</function>,
-     <function>mysqli_fetch_object</function>.
+     <function>mysqli_fetch_object</function>,
+     <function>mysqli_query</function>,
+     <function>mysqli_data_seek</function>.
     </para>
    </refsect1>
    <refsect1>
http://cvs.php.net/diff.php/phpdoc/en/reference/mysqli/functions/mysqli-fetch-object.xml?r1=1.13&r2=1.14&ty=u
Index: phpdoc/en/reference/mysqli/functions/mysqli-fetch-object.xml
diff -u phpdoc/en/reference/mysqli/functions/mysqli-fetch-object.xml:1.13 
phpdoc/en/reference/mysqli/functions/mysqli-fetch-object.xml:1.14
--- phpdoc/en/reference/mysqli/functions/mysqli-fetch-object.xml:1.13   Mon Jul 26 
10:02:10 2004
+++ phpdoc/en/reference/mysqli/functions/mysqli-fetch-object.xml        Fri Sep 10 
10:17:24 2004
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.13 $ -->
+<!-- $Revision: 1.14 $ -->
   <refentry id="function.mysqli-fetch-object">
    <refnamediv>
     <refname>mysqli_fetch_object</refname>
@@ -29,7 +29,7 @@
     </para>
    </refsect1>
    <refsect1>
-    <title>Return values</title>
+    &reftitle.returnvalues;
     <para>
      Returns an object that corresponds to the fetched row or &null; if there are no 
more rows in resultset.
     </para>
@@ -37,11 +37,13 @@
     &database.fetch-null;
    </refsect1>
    <refsect1>
-    <title>See also</title>
+    &reftitle.seealso;
     <para>
      <function>mysqli_fetch_array</function>,
      <function>mysqli_fetch_assoc</function>,
-     <function>mysqli_fetch_row</function>.
+     <function>mysqli_fetch_row</function>,
+     <function>mysqli_query</function>,
+     <function>mysqli_data_seek</function>.
     </para>
    </refsect1>
    <refsect1>
http://cvs.php.net/diff.php/phpdoc/en/reference/mysqli/functions/mysqli-fetch-row.xml?r1=1.12&r2=1.13&ty=u
Index: phpdoc/en/reference/mysqli/functions/mysqli-fetch-row.xml
diff -u phpdoc/en/reference/mysqli/functions/mysqli-fetch-row.xml:1.12 
phpdoc/en/reference/mysqli/functions/mysqli-fetch-row.xml:1.13
--- phpdoc/en/reference/mysqli/functions/mysqli-fetch-row.xml:1.12      Mon Jul 26 
10:02:10 2004
+++ phpdoc/en/reference/mysqli/functions/mysqli-fetch-row.xml   Fri Sep 10 10:17:24 
2004
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.12 $ -->
+<!-- $Revision: 1.13 $ -->
   <refentry id="function.mysqli-fetch-row">
    <refnamediv>
     <refname>mysqli_fetch_row</refname>
@@ -34,7 +34,7 @@
     </para>
    </refsect1>
    <refsect1>
-    <title>Return values</title>
+    &reftitle.returnvalues;
     <para>
      <function>mysqli_fetch_row</function> returns an array that corresponds to the 
fetched row
      or &null; if there are no more rows in result set.
@@ -42,11 +42,13 @@
     &database.fetch-null;
    </refsect1>
    <refsect1>
-    <title>See also</title> 
+    &reftitle.seealso; 
     <para>
      <function>mysqli_fetch_array</function>,
      <function>mysqli_fetch_assoc</function>,
-     <function>mysqli_fetch_object</function>.
+     <function>mysqli_fetch_object</function>,
+     <function>mysqli_query</function>,
+     <function>mysqli_data_seek</function>.
     </para>
    </refsect1>
    <refsect1>

Reply via email to