reference/mysqli/mysqli_stmt/result-metadata.xml
63b99082ef83eade08151f8cb528246fded81db9
...
...
@@ -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>mysqli_result</type><methodname>mysqli_stmt::result_metadata</methodname>
15
-
<void />
13
+
<methodsynopsis role="mysqli_stmt">
14
+
<modifier>public</modifier> <type class="union"><type>mysqli_result</type><type>false</type></type><methodname>mysqli_stmt::result_metadata</methodname>
15
+
<void/>
16
16
</methodsynopsis>
17
17
<para>&style.procedural;</para>
18
18
<methodsynopsis>
19
-
<type>mysqli_result</type><methodname>mysqli_stmt_result_metadata</methodname>
20
-
<methodparam><type>mysqli_stmt</type><parameter>stmt</parameter></methodparam>
19
+
<type class="union"><type>mysqli_result</type><type>false</type></type><methodname>mysqli_stmt_result_metadata</methodname>
20
+
<methodparam><type>mysqli_stmt</type><parameter>statement</parameter></methodparam>
21
21
</methodsynopsis>
22
22
<para>
23
23
If a statement passed to <function>mysqli_prepare</function> is one that produces
...
...
@@ -69,6 +69,11 @@
69
69
</para>
70
70
</refsect1>
71
71

72
+
<refsect1 role="errors">
73
+
&reftitle.errors;
74
+
&mysqli.conditionalexception;
75
+
</refsect1>
76
+

72
77
<refsect1 role="examples">
73
78
&reftitle.examples;
74
79
<example>
...
...
@@ -148,7 +153,6 @@ mysqli_close($link);
148
153
</refsect1>
149
154

150
155
</refentry>
151
-

152
156
<!-- Keep this comment at the end of the file
153
157
Local variables:
154
158
mode: sgml
155
159