Fixed some grammar.

Minor clarifications.


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@288289 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Torben Wilson 2009-09-13 09:51:42 +00:00
parent 6bd8161553
commit 4f872c744a

View file

@ -45,16 +45,18 @@
<term><parameter>index</parameter></term>
<listitem>
<para>
<parameter>index</parameter> is the column number whose length will be
retrieved. The start and end values for <parameter>index</parameter> depends
on the the value of <link
linkend="ini.ingres.array-index-start">ingres.array_index_start</link>. If <link
linkend="ini.ingres.array-index-start">ingres.array_index_start</link> is 0 then
the field number must be between 0 and one less than the value given by
<function>ingres_num_fields</function>. Else if <link
linkend="ini.ingres.array-index-start">ingres.array_index_start</link> is 1 then
the field number must be between 1 and the value given by
<function>ingres_num_fields</function>.
<parameter>index</parameter> is the column number whose length
will be retrieved. The start and end values
for <parameter>index</parameter> depend upon the the value
of <link linkend="ini.ingres.array-index-start">ingres.array_index_start</link>. If <link linkend="ini.ingres.array-index-start">ingres.array_index_start</link>
is <literal>0</literal> then the field number must be
between <literal>0</literal>
and <function>ingres_num_fields</function><literal> -
1</literal>. Otherwise,
if <link linkend="ini.ingres.array-index-start">ingres.array_index_start</link>
is <literal>1</literal> then the field number must be
between <literal>1</literal>
and <function>ingres_num_fields</function>.
</para>
</listitem>
</varlistentry>