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

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

46
51
<refsect1 role="examples">
47
52
&reftitle.examples;
48
53
<para>
...
...
@@ -63,7 +68,6 @@
63
68
</refsect1>
64
69

65
70
</refentry>
66
-

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