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:
Thomas Punt 2017-01-17 11:31:23 +00:00
parent a30c86ae3d
commit b0ed820cfa

View file

@ -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>