yohgaki Wed Apr 24 20:42:44 2002 EDT
Modified files:
/phpdoc/en/reference/pgsql/functions pg-fetch-object.xml
Log:
s/pg_fetch_result/pb_fetch_object/
Index: phpdoc/en/reference/pgsql/functions/pg-fetch-object.xml
diff -u phpdoc/en/reference/pgsql/functions/pg-fetch-object.xml:1.3
phpdoc/en/reference/pgsql/functions/pg-fetch-object.xml:1.4
--- phpdoc/en/reference/pgsql/functions/pg-fetch-object.xml:1.3 Wed Apr 24 20:41:40
2002
+++ phpdoc/en/reference/pgsql/functions/pg-fetch-object.xml Wed Apr 24 20:42:43
+2002
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.3 $ -->
+<!-- $Revision: 1.4 $ -->
<!-- splitted from ./en/functions/pgsql.xml, last change in rev 1.2 -->
<refentry id="function.pg-fetch-object">
<refnamediv>
@@ -31,7 +31,7 @@
</para>
<para>
From PHP 4.2.0, <parameter>row</parameter> can be optional.
- Calling <function>pg_fetch_result</function> will incremented
+ Calling <function>pg_fetch_object</function> will incremented
internal row counter, that is associated with the <parameter>result</parameter>,
counter by 1.
</para>