mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
Language fix
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@139462 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
bdb7c8328a
commit
0e00d45c1d
2 changed files with 4 additions and 4 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.5 $ -->
|
||||
<!-- $Revision: 1.6 $ -->
|
||||
<!-- splitted from ./en/functions/ibase.xml, last change in rev 1.9 -->
|
||||
<refentry id="function.ibase-fetch-object">
|
||||
<refnamediv>
|
||||
|
@ -35,7 +35,7 @@
|
|||
</informalexample>
|
||||
</para>
|
||||
<para>
|
||||
Subsequent call to <function>ibase_fetch_object</function> would
|
||||
Subsequent calls to <function>ibase_fetch_object</function>
|
||||
return the next row in the result set, or &false; if there are no
|
||||
more rows.
|
||||
</para>
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.4 $ -->
|
||||
<!-- $Revision: 1.5 $ -->
|
||||
<!-- splitted from ./en/functions/ibase.xml, last change in rev 1.2 -->
|
||||
<refentry id="function.ibase-fetch-row">
|
||||
<refnamediv>
|
||||
|
@ -25,7 +25,7 @@
|
|||
starting at offset 0.
|
||||
</para>
|
||||
<para>
|
||||
Subsequent calls to <function>ibase_fetch_row</function> will
|
||||
Subsequent calls to <function>ibase_fetch_row</function>
|
||||
return the next row in the result set, or &false; if there are no
|
||||
more rows.
|
||||
</para>
|
||||
|
|
Loading…
Reference in a new issue