yohgaki         Wed Apr 24 20:43:49 2002 EDT

  Modified files:              
    /phpdoc/en/reference/pgsql/functions        pg-fetch-array.xml 
  Log:
  row can be optional from 4.2.0.
  
  
Index: phpdoc/en/reference/pgsql/functions/pg-fetch-array.xml
diff -u phpdoc/en/reference/pgsql/functions/pg-fetch-array.xml:1.2 
phpdoc/en/reference/pgsql/functions/pg-fetch-array.xml:1.3
--- phpdoc/en/reference/pgsql/functions/pg-fetch-array.xml:1.2  Wed Apr 17 02:43:18 
2002
+++ phpdoc/en/reference/pgsql/functions/pg-fetch-array.xml      Wed Apr 24 20:43:48 
+2002
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.2 $ -->
+<!-- $Revision: 1.3 $ -->
 <!-- splitted from ./en/functions/pgsql.xml, last change in rev 1.2 -->
   <refentry id="function.pg-fetch-array">
    <refnamediv>
@@ -29,6 +29,12 @@
     <para>
      <parameter>row</parameter> is row (record) number to be
      retrieved. First row is 0.
+    </para>
+    <para>
+     From PHP 4.2.0, <parameter>row</parameter> can be optional.
+     Calling <function>pg_fetch_array</function> will incremented 
+     internal row counter, that is associated with the <parameter>result</parameter>, 
+     counter by 1.
     </para>
     <para>
      <parameter>result_type</parameter> is optional parameter controls


Reply via email to