mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
Resolve doc bug #73776
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@341676 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
a30c86ae3d
commit
b0ed820cfa
1 changed files with 7 additions and 4 deletions
|
@ -25,14 +25,17 @@
|
|||
<variablelist>
|
||||
<varlistentry>
|
||||
<term><parameter>result</parameter></term>
|
||||
<listitem><para>Array type of the fetched result CUBRID_NUM, CUBRID_ASSOC, CUBRID_BOTH.</para></listitem>
|
||||
<listitem>
|
||||
<para><parameter>result</parameter> comes from a call to
|
||||
<function>cubrid_execute</function></para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term><parameter>field_offset</parameter></term>
|
||||
<listitem><para>
|
||||
The numerical field offset. The <parameter>field_offset</parameter>
|
||||
starts at 0. If <parameter>field_offset</parameter> does not exist, an
|
||||
error of level <constant>E_WARNING</constant> is also issued.
|
||||
The numerical field offset. The <parameter>field_offset</parameter>
|
||||
starts at 0. If <parameter>field_offset</parameter> does not exist, an
|
||||
error of level <constant>E_WARNING</constant> is also issued.
|
||||
</para></listitem>
|
||||
</varlistentry>
|
||||
</variablelist>
|
||||
|
|
Loading…
Reference in a new issue