mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
Fix doc bug #53624 (NULL also works for $row).
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@307084 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
9612f986d0
commit
18b6d437bc
4 changed files with 8 additions and 8 deletions
|
@ -52,8 +52,8 @@
|
|||
<term><parameter>row</parameter></term>
|
||||
<listitem>
|
||||
<para>
|
||||
Row number in result to fetch. Rows are numbered from 0 upwards. If omitted,
|
||||
next row is fetched.
|
||||
Row number in result to fetch. Rows are numbered from 0 upwards. If
|
||||
omitted or &null;, the next row is fetched.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
|
|
@ -51,8 +51,8 @@
|
|||
<term><parameter>row</parameter></term>
|
||||
<listitem>
|
||||
<para>
|
||||
Row number in result to fetch. Rows are numbered from 0 upwards. If omitted,
|
||||
next row is fetched.
|
||||
Row number in result to fetch. Rows are numbered from 0 upwards. If
|
||||
omitted or &null;, the next row is fetched.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
|
|
@ -55,8 +55,8 @@
|
|||
<term><parameter>row</parameter></term>
|
||||
<listitem>
|
||||
<para>
|
||||
Row number in result to fetch. Rows are numbered from 0 upwards. If omitted,
|
||||
next row is fetched.
|
||||
Row number in result to fetch. Rows are numbered from 0 upwards. If
|
||||
omitted or &null;, the next row is fetched.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
|
|
@ -41,8 +41,8 @@
|
|||
<term><parameter>row</parameter></term>
|
||||
<listitem>
|
||||
<para>
|
||||
Row number in result to fetch. Rows are numbered from 0 upwards. If omitted,
|
||||
next row is fetched.
|
||||
Row number in result to fetch. Rows are numbered from 0 upwards. If
|
||||
omitted or &null;, the next row is fetched.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
|
Loading…
Reference in a new issue