reference/mysqli/mysqli_stmt/fetch.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>bool</type><methodname>mysqli_stmt::fetch</methodname>
15
-
<void />
13
+
<methodsynopsis role="mysqli_stmt">
14
+
<modifier>public</modifier> <type class="union"><type>bool</type><type>null</type></type><methodname>mysqli_stmt::fetch</methodname>
15
+
<void/>
16
16
</methodsynopsis>
17
17
<para>&style.procedural;</para>
18
18
<methodsynopsis>
19
-
<type>bool</type><methodname>mysqli_stmt_fetch</methodname>
20
-
<methodparam><type>mysqli_stmt</type><parameter>stmt</parameter></methodparam>
19
+
<type class="union"><type>bool</type><type>null</type></type><methodname>mysqli_stmt_fetch</methodname>
20
+
<methodparam><type>mysqli_stmt</type><parameter>statement</parameter></methodparam>
21
21
</methodsynopsis>
22
22
<para>
23
23
Fetch the result from a prepared statement into the variables bound by
...
...
@@ -49,7 +49,7 @@
49
49

50
50
<refsect1 role="returnvalues">
51
51
&reftitle.returnvalues;
52
-
<table>
52
+
<table xml:id="mysqli-stmt.fetch.returnvalues">
53
53
&reftitle.returnvalues;
54
54
<tgroup cols="2">
55
55
<thead>
...
...
@@ -76,6 +76,11 @@
76
76
</table>
77
77
</refsect1>
78
78

79
+
<refsect1 role="errors">
80
+
&reftitle.errors;
81
+
&mysqli.conditionalexception;
82
+
</refsect1>
83
+

79
84
<refsect1 role="examples">
80
85
&reftitle.examples;
81
86
<example>
...
...
@@ -179,7 +184,6 @@ Springfield (USA)
179
184
</refsect1>
180
185

181
186
</refentry>
182
-

183
187
<!-- Keep this comment at the end of the file
184
188
Local variables:
185
189
mode: sgml
186
190