s/pg_fetch_result/pb_fetch_object/

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@79842 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Yasuo Ohgaki 2002-04-25 00:42:43 +00:00
parent 6b5695bafe
commit 3627dc130a

View file

@ -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>