reference/uodbc/functions/odbc-free-result.xml
db22a7cfcbc3af221f67e228336ac3e2d62aaf2c
...
...
@@ -8,8 +8,8 @@
8
8
<refsect1 role="description">
9
9
&reftitle.description;
10
10
<methodsynopsis>
11
-
<type>bool</type><methodname>odbc_free_result</methodname>
12
-
<methodparam><type>resource</type><parameter>result_id</parameter></methodparam>
11
+
<type>true</type><methodname>odbc_free_result</methodname>
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.
...
...
@@ -38,7 +38,7 @@
38
38
<refsect1 role="returnvalues">
39
39
&reftitle.returnvalues;
40
40
<para>
41
-
Always returns &true;.
41
+
&return.true.always;
42
42
</para>
43
43
</refsect1>
44
44
<refsect1 role="notes">
...
...
@@ -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