Some more grammatical cleanup.

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@288306 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Torben Wilson 2009-09-14 06:45:04 +00:00
parent bbced252b5
commit 473dd47f77
6 changed files with 90 additions and 56 deletions

View file

@ -46,17 +46,21 @@
<listitem>
<para>
<parameter>index</parameter> is the column number whose length
will be retrieved. The start and end values
for <parameter>index</parameter> depend upon 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>
will be retrieved.
</para>
<para>
The possible values of <parameter>index</parameter> depend upon
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>1</literal> (the default)
then <parameter>index</parameter> must be
between <literal>1</literal> and the value returned
by <function>ingres_num_fields</function>. If <link linkend="ini.ingres.array-index-start">ingres.array_index_start</link>
is <literal>0</literal> then <parameter>index</parameter> 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>.
1</literal>.
</para>
</listitem>
</varlistentry>

View file

@ -44,15 +44,21 @@
<listitem>
<para>
<parameter>index</parameter> is the field whose name will be
retrieved. The start and end values for <parameter>index</parameter> depends
on 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>.
retrieved.
</para>
<para>
The possible values of <parameter>index</parameter> depend upon
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>1</literal> (the default)
then <parameter>index</parameter> must be
between <literal>1</literal> and the value returned
by <function>ingres_num_fields</function>. If <link linkend="ini.ingres.array-index-start">ingres.array_index_start</link>
is <literal>0</literal> then <parameter>index</parameter> must
be between <literal>0</literal>
and <function>ingres_num_fields</function><literal> -
1</literal>.
</para>
</listitem>
</varlistentry>

View file

@ -43,15 +43,21 @@
<listitem>
<para>
<parameter>index</parameter> is the field whose nullability will be
retrieved. The start and end values for <parameter>index</parameter> depends
on 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>.
retrieved.
</para>
<para>
The possible values of <parameter>index</parameter> depend upon
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>1</literal> (the default)
then <parameter>index</parameter> must be
between <literal>1</literal> and the value returned
by <function>ingres_num_fields</function>. If <link linkend="ini.ingres.array-index-start">ingres.array_index_start</link>
is <literal>0</literal> then <parameter>index</parameter> must
be between <literal>0</literal>
and <function>ingres_num_fields</function><literal> -
1</literal>.
</para>
</listitem>
</varlistentry>

View file

@ -46,15 +46,21 @@
<listitem>
<para>
<parameter>index</parameter> is the field whose precision will be
retrieved. The start and end values for <parameter>index</parameter> depends
on 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>.
retrieved.
</para>
<para>
The possible values of <parameter>index</parameter> depend upon
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>1</literal> (the default)
then <parameter>index</parameter> must be
between <literal>1</literal> and the value returned
by <function>ingres_num_fields</function>. If <link linkend="ini.ingres.array-index-start">ingres.array_index_start</link>
is <literal>0</literal> then <parameter>index</parameter> must
be between <literal>0</literal>
and <function>ingres_num_fields</function><literal> -
1</literal>.
</para>
</listitem>
</varlistentry>

View file

@ -46,17 +46,23 @@
<listitem>
<para>
<parameter>index</parameter> is the field whose scale will be
retrieved. The start and end values for <parameter>index</parameter> depends
on 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>.
retrieved.
</para>
</listitem>
<para>
The possible values of <parameter>index</parameter> depend upon
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>1</literal> (the default)
then <parameter>index</parameter> must be
between <literal>1</literal> and the value returned
by <function>ingres_num_fields</function>. If <link linkend="ini.ingres.array-index-start">ingres.array_index_start</link>
is <literal>0</literal> then <parameter>index</parameter> must
be between <literal>0</literal>
and <function>ingres_num_fields</function><literal> -
1</literal>.
</para>
</listitem>
</varlistentry>
</variablelist>
</para>

View file

@ -43,15 +43,21 @@
<listitem>
<para>
<parameter>index</parameter> is the field whose type will be
retrieved. The start and end values for <parameter>index</parameter> depends
on 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 0 then
the field number must be between 1 and the value given by
<function>ingres_num_fields</function>.
retrieved.
</para>
<para>
The possible values of <parameter>index</parameter> depend upon
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>1</literal> (the default)
then <parameter>index</parameter> must be
between <literal>1</literal> and the value returned
by <function>ingres_num_fields</function>. If <link linkend="ini.ingres.array-index-start">ingres.array_index_start</link>
is <literal>0</literal> then <parameter>index</parameter> must
be between <literal>0</literal>
and <function>ingres_num_fields</function><literal> -
1</literal>.
</para>
</listitem>
</varlistentry>