reference/mysqli/mysqli_result/free.xml
035c126c0393fe154bac46e2c3c489ebadce48a5
...
...
@@ -12,17 +12,17 @@
12
12
<refsect1 role="description">
13
13
&reftitle.description;
14
14
<para>&style.oop;</para>
15
-
<methodsynopsis role="oop">
16
-
<type>void</type><methodname>mysqli_result::free</methodname>
17
-
<void />
15
+
<methodsynopsis role="mysqli_result">
16
+
<modifier>public</modifier> <type>void</type><methodname>mysqli_result::free</methodname>
17
+
<void/>
18
18
</methodsynopsis>
19
-
<methodsynopsis>
20
-
<type>void</type><methodname>mysqli_result::close</methodname>
21
-
<void />
19
+
<methodsynopsis role="mysqli_result">
20
+
<modifier>public</modifier> <type>void</type><methodname>mysqli_result::close</methodname>
21
+
<void/>
22
22
</methodsynopsis>
23
-
<methodsynopsis>
24
-
<type>void</type><methodname>mysqli_result::free_result</methodname>
25
-
<void />
23
+
<methodsynopsis role="mysqli_result">
24
+
<modifier>public</modifier> <type>void</type><methodname>mysqli_result::free_result</methodname>
25
+
<void/>
26
26
</methodsynopsis>
27
27
<para>&style.procedural;</para>
28
28
<methodsynopsis>
...
...
@@ -32,13 +32,6 @@
32
32
<para>
33
33
Frees the memory associated with the result.
34
34
</para>
35
-
<note>
36
-
<para>
37
-
You should always free your result with
38
-
<function>mysqli_free_result</function>, when your result object is not
39
-
needed anymore.
40
-
</para>
41
-
</note>
42
35
</refsect1>
43
36

44
37
<refsect1 role="parameters">
...
...
@@ -62,7 +55,7 @@
62
55
<para>
63
56
<simplelist>
64
57
<member><function>mysqli_query</function></member>
65
-
<member><function>mysqli_stmt_store_result</function></member>
58
+
<member><function>mysqli_stmt_get_result</function></member>
66
59
<member><function>mysqli_store_result</function></member>
67
60
<member><function>mysqli_use_result</function></member>
68
61
</simplelist>
...
...
@@ -70,7 +63,6 @@
70
63
</refsect1>
71
64

72
65
</refentry>
73
-

74
66
<!-- Keep this comment at the end of the file
75
67
Local variables:
76
68
mode: sgml
77
69