yohgaki Wed Apr 24 20:44:14 2002 EDT
Modified files:
/phpdoc/en/reference/pgsql/functions pg-fetch-row.xml
Log:
row can be optional from 4.2.0.
Index: phpdoc/en/reference/pgsql/functions/pg-fetch-row.xml
diff -u phpdoc/en/reference/pgsql/functions/pg-fetch-row.xml:1.2
phpdoc/en/reference/pgsql/functions/pg-fetch-row.xml:1.3
--- phpdoc/en/reference/pgsql/functions/pg-fetch-row.xml:1.2 Wed Apr 17 02:43:18
2002
+++ phpdoc/en/reference/pgsql/functions/pg-fetch-row.xml Wed Apr 24 20:44:14
+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-row">
<refnamediv>
@@ -19,6 +19,12 @@
<parameter>result</parameter> resource. The row (record) is
returned as an array. Each result column is stored in an array
offset, starting at offset 0.
+ </para>
+ <para>
+ From PHP 4.2.0, <parameter>row</parameter> can be optional.
+ Calling <function>pg_fetch_row</function> will incremented
+ internal row counter, that is associated with the <parameter>result</parameter>,
+ counter by 1.
</para>
<para>
It returns an array that corresponds to the fetched row, or &false;