reference/uodbc/functions/odbc-num-fields.xml
902c2b77f827e8d0ecccf4f62fb90065d2f6ef79
...
...
@@ -9,7 +9,7 @@
9
9
&reftitle.description;
10
10
<methodsynopsis>
11
11
<type>int</type><methodname>odbc_num_fields</methodname>
12
-
<methodparam><type>resource</type><parameter>result_id</parameter></methodparam>
12
+
<methodparam><type>resource</type><parameter>statement</parameter></methodparam>
13
13
</methodsynopsis>
14
14
<para>
15
15
Gets the number of fields (columns) in an ODBC result.
...
...
@@ -20,7 +20,7 @@
20
20
<para>
21
21
<variablelist>
22
22
<varlistentry>
23
-
<term><parameter>result_id</parameter></term>
23
+
<term><parameter>statement</parameter></term>
24
24
<listitem>
25
25
<para>
26
26
The result identifier returned by <function>odbc_exec</function>.
...
...
@@ -37,7 +37,6 @@
37
37
</para>
38
38
</refsect1>
39
39
</refentry>
40
-

41
40
<!-- Keep this comment at the end of the file
42
41
Local variables:
43
42
mode: sgml
44
43