mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
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:
parent
ef4bab0848
commit
28b59e8ae1
1 changed files with 3 additions and 3 deletions
|
@ -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>.
|
||||
|
|
Loading…
Reference in a new issue