reference/uodbc/functions/odbc-free-result.xml
902c2b77f827e8d0ecccf4f62fb90065d2f6ef79
...
...
@@ -9,7 +9,7 @@
9
9
&reftitle.description;
10
10
<methodsynopsis>
11
11
<type>bool</type><methodname>odbc_free_result</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
Free resources associated with a result.
...
...
@@ -25,7 +25,7 @@
25
25
<para>
26
26
<variablelist>
27
27
<varlistentry>
28
-
<term><parameter>result_id</parameter></term>
28
+
<term><parameter>statement</parameter></term>
29
29
<listitem>
30
30
<para>
31
31
The result identifier.
...
...
@@ -52,7 +52,6 @@
52
52
</note>
53
53
</refsect1>
54
54
</refentry>
55
-

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