manuzhai                Mon Apr 29 05:22:13 2002 EDT

  Modified files:              
    /phpdoc/nl/reference/mysql/functions        mysql-data-seek.xml 
  Log:
  Updated to EN 1.4
  
Index: phpdoc/nl/reference/mysql/functions/mysql-data-seek.xml
diff -u phpdoc/nl/reference/mysql/functions/mysql-data-seek.xml:1.2 
phpdoc/nl/reference/mysql/functions/mysql-data-seek.xml:1.3
--- phpdoc/nl/reference/mysql/functions/mysql-data-seek.xml:1.2 Wed Apr 17 03:14:09 
2002
+++ phpdoc/nl/reference/mysql/functions/mysql-data-seek.xml     Mon Apr 29 05:22:12 
+2002
@@ -1,8 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- splitted from ./nl/functions/mysql.xml, last change in rev 1.1 -->
-<!-- last change to 'mysql-data-seek' in en/ tree in rev 1.2 -->
-<!-- EN-Revision: 1.2 Maintainer: manuzhai Status: ready -->
-<!-- OLD-Revision: 1.95/EN.1.2 -->
+<!-- EN-Revision: 1.4 Maintainer: manuzhai Status: ready -->
   <refentry id="function.mysql-data-seek">
    <refnamediv>
     <refname>mysql_data_seek</refname>
@@ -26,8 +23,17 @@
      teruggegeven worden.
     </para>
     <para>
-     <parameter>Row_number</parameter> begint bij 0.
+     <parameter>Row_number</parameter> begint bij 0. The <parameter>
+     row_number</parameter> is een waarde in het bereik van
+     0 tot mysql_num_rows - 1.
     </para>
+    <note>
+     <para>
+      De functie <function>mysql_data_seek</function> kan alleen worden
+      gebruikt samen met <function>mysql_query</function>, niet met
+      <function>mysql_unbuffered_query</function>. 
+     </para>
+    </note>
     <example>
      <title>MySQL data seek voorbeeld</title>
      <programlisting role="php">
@@ -62,6 +68,10 @@
 ]]>
      </programlisting>
     </example>
+    <para>
+     Zie ook: <function>mysql_query</function>,
+               <function>mysql_num_rows</function>.
+    </para>
    </refsect1>
   </refentry>
 


Reply via email to