reference/cubrid/functions/cubrid-free-result.xml
648875cf73af01acdb6afaa5ca38b0bf6631bf42
...
...
@@ -15,7 +15,7 @@
15
15
</methodsynopsis>
16
16
<para>
17
17
This function frees the memory occupied by the result data. It returns
18
-
TRUE on success or FALSE on failure. Note that it can only frees the
18
+
&true; on success or &false; on failure. Note that it can only frees the
19
19
client fetch buffer now, and if you want free all memory, use function
20
20
<function>cubrid_close_request</function>.
21
21
</para>
...
...
@@ -36,10 +36,7 @@
36
36
<refsect1 role="returnvalues">
37
37
&reftitle.returnvalues;
38
38
<para>
39
-
&true; on success.
40
-
</para>
41
-
<para>
42
-
&false; on failure.
39
+
&return.success;
43
40
</para>
44
41
</refsect1>
45
42

46
43