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