fixed function name

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@277148 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Cornelia Boenigk 2009-03-14 16:36:12 +00:00
parent ef4bab0848
commit 28b59e8ae1

View file

@ -1,11 +1,11 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.9 $ -->
<!-- $Revision: 1.10 $ -->
<refentry xml:id="function.ingres-fetch-row" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
<refname>ingres_fetch_row</refname>
<refpurpose>Fetch a row of result into an enumerated array</refpurpose>
</refnamediv>
<refsect1 role="description">
&reftitle.description;
<methodsynopsis>
@ -24,7 +24,7 @@
more rows.
</para>
<para>
By default, arrays created by <function>ingres_fetch_array</function> start
By default, arrays created by <function>ingres_fetch_row</function> start
from position 1 and not 0 as with other DBMS extensions. The starting position
can be adjusted to 0 using the configuration parameter <link
linkend="ini.ingres.array-index-start">ingres.array_index_start</link>.