reference/uodbc/functions/odbc-num-rows.xml
902c2b77f827e8d0ecccf4f62fb90065d2f6ef79
...
...
@@ -9,7 +9,7 @@
9
9
&reftitle.description;
10
10
<methodsynopsis>
11
11
<type>int</type><methodname>odbc_num_rows</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 rows in a result. For INSERT, UPDATE and DELETE
...
...
@@ -23,7 +23,7 @@
23
23
<para>
24
24
<variablelist>
25
25
<varlistentry>
26
-
<term><parameter>result_id</parameter></term>
26
+
<term><parameter>statement</parameter></term>
27
27
<listitem>
28
28
<para>
29
29
The result identifier returned by <function>odbc_exec</function>.
...
...
@@ -50,7 +50,6 @@
50
50
</note>
51
51
</refsect1>
52
52
</refentry>
53
-

54
53
<!-- Keep this comment at the end of the file
55
54
Local variables:
56
55
mode: sgml
57
56