Fix doc bug #62764 (documented return value incorrect).

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@327573 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Adam Harvey 2012-09-10 02:05:22 +00:00
parent 67525a12b7
commit 9efc55b094

View file

@ -13,7 +13,7 @@
<methodparam><type>resource</type><parameter>result</parameter></methodparam>
</methodsynopsis>
<para>
Returns the next batch of records
Returns the next batch of records.
</para>
</refsect1>
@ -37,7 +37,7 @@
<refsect1 role="returnvalues">
&reftitle.returnvalues;
<para>
Returns the batch number as an integer.
Returns the number of rows in the returned batch.
</para>
</refsect1>