mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-15 16:38:54 +00:00
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:
parent
67525a12b7
commit
9efc55b094
1 changed files with 2 additions and 2 deletions
|
@ -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>
|
||||
|
||||
|
|
Loading…
Reference in a new issue