reference/cubrid/cubridmysql/cubrid-field-table.xml
4754397753fd79f1c846868b66a2448babab1c54
...
...
@@ -25,14 +25,17 @@
25
25
<variablelist>
26
26
<varlistentry>
27
27
<term><parameter>result</parameter></term>
28
-
<listitem><para>Array type of the fetched result CUBRID_NUM, CUBRID_ASSOC, CUBRID_BOTH.</para></listitem>
28
+
<listitem>
29
+
<para><parameter>result</parameter> comes from a call to
30
+
<function>cubrid_execute</function></para>
31
+
</listitem>
29
32
</varlistentry>
30
33
<varlistentry>
31
34
<term><parameter>field_offset</parameter></term>
32
35
<listitem><para>
33
-
The numerical field offset. The <parameter>field_offset</parameter>
34
-
starts at 0. If <parameter>field_offset</parameter> does not exist, an
35
-
error of level <constant>E_WARNING</constant> is also issued.
36
+
The numerical field offset. The <parameter>field_offset</parameter>
37
+
starts at 0. If <parameter>field_offset</parameter> does not exist, an
38
+
error of level <constant>E_WARNING</constant> is also issued.
36
39
</para></listitem>
37
40
</varlistentry>
38
41
</variablelist>
39
42