reference/mysqli/mysqli/next-result.xml
63b99082ef83eade08151f8cb528246fded81db9
...
...
@@ -9,13 +9,15 @@
9
9

10
10
<refsect1 role="description">
11
11
&reftitle.description;
12
-
<methodsynopsis>
13
-
<type>bool</type><methodname>mysqli::next_result</methodname>
14
-
<void />
12
+
<para>&style.oop;</para>
13
+
<methodsynopsis role="mysqli">
14
+
<modifier>public</modifier> <type>bool</type><methodname>mysqli::next_result</methodname>
15
+
<void/>
15
16
</methodsynopsis>
17
+
<para>&style.procedural;</para>
16
18
<methodsynopsis>
17
19
<type>bool</type><methodname>mysqli_next_result</methodname>
18
-
<methodparam><type>mysqli</type><parameter>link</parameter></methodparam>
20
+
<methodparam><type>mysqli</type><parameter>mysql</parameter></methodparam>
19
21
</methodsynopsis>
20
22
<para>
21
23
Prepares next result set from a previous call to
...
...
@@ -37,10 +39,15 @@
37
39
<refsect1 role="returnvalues">
38
40
&reftitle.returnvalues;
39
41
<para>
40
-
&return.success;
42
+
&return.success; Also returns &false; if the next statement resulted in an error, unlike <methodname>mysqli_more_results</methodname>.
41
43
</para>
42
44
</refsect1>
43
45

46
+
<refsect1 role="errors">
47
+
&reftitle.errors;
48
+
&mysqli.conditionalexception;
49
+
</refsect1>
50
+

44
51
<refsect1 role="examples">
45
52
&reftitle.examples;
46
53
<para>
...
...
@@ -61,7 +68,6 @@
61
68
</refsect1>
62
69

63
70
</refentry>
64
-

65
71
<!-- Keep this comment at the end of the file
66
72
Local variables:
67
73
mode: sgml
68
74