reference/mysqli/mysqli_stmt/free-result.xml
035c126c0393fe154bac46e2c3c489ebadce48a5
...
...
@@ -10,14 +10,14 @@
10
10
<refsect1 role="description">
11
11
&reftitle.description;
12
12
<para>&style.oop;</para>
13
-
<methodsynopsis role="oop">
14
-
<type>void</type><methodname>mysqli_stmt::free_result</methodname>
15
-
<void />
13
+
<methodsynopsis role="mysqli_stmt">
14
+
<modifier>public</modifier> <type>void</type><methodname>mysqli_stmt::free_result</methodname>
15
+
<void/>
16
16
</methodsynopsis>
17
17
<para>&style.procedural;</para>
18
18
<methodsynopsis>
19
19
<type>void</type><methodname>mysqli_stmt_free_result</methodname>
20
-
<methodparam><type>mysqli_stmt</type><parameter>stmt</parameter></methodparam>
20
+
<methodparam><type>mysqli_stmt</type><parameter>statement</parameter></methodparam>
21
21
</methodsynopsis>
22
22
<para>
23
23
Frees the result memory associated with the statement, which was allocated by
...
...
@@ -51,7 +51,6 @@
51
51
</refsect1>
52
52

53
53
</refentry>
54
-

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