reference/mysqli/mysqli_stmt/next-result.xml
63b99082ef83eade08151f8cb528246fded81db9
...
...
@@ -10,12 +10,12 @@
10
10
<refsect1 role="description">
11
11
&reftitle.description;
12
12
<para>&style.oop;</para>
13
-
<methodsynopsis role="oop">
13
+
<methodsynopsis role="mysqli_stmt">
14
14
<modifier>public</modifier> <type>bool</type><methodname>mysqli_stmt::next_result</methodname>
15
15
<void/>
16
16
</methodsynopsis>
17
17
<para>&style.procedural;:</para>
18
-
<methodsynopsis role="procedural">
18
+
<methodsynopsis>
19
19
<type>bool</type><methodname>mysqli_stmt_next_result</methodname>
20
20
<methodparam><type>mysqli_stmt</type><parameter>statement</parameter></methodparam>
21
21
</methodsynopsis>
...
...
@@ -24,7 +24,8 @@
24
24
</para>
25
25
<note>
26
26
<para>
27
-
&mysqli.available.mysqlnd;
27
+
Prior to PHP 8.1.0, available only with
28
+
<link xmlns="http://docbook.org/ns/docbook" linkend="book.mysqlnd">mysqlnd</link>.
28
29
</para>
29
30
</note>
30
31
</refsect1>
...
...
@@ -45,6 +46,33 @@
45
46
</para>
46
47
</refsect1>
47
48

49
+
<refsect1 role="errors">
50
+
&reftitle.errors;
51
+
&mysqli.conditionalexception;
52
+
</refsect1>
53
+

54
+
<refsect1 role="changelog">
55
+
&reftitle.changelog;
56
+
<informaltable>
57
+
<tgroup cols="2">
58
+
<thead>
59
+
<row>
60
+
<entry>&Version;</entry>
61
+
<entry>&Description;</entry>
62
+
</row>
63
+
</thead>
64
+
<tbody>
65
+
<row>
66
+
<entry>8.1.0</entry>
67
+
<entry>
68
+
Now also available when linking against libmysqlclient.
69
+
</entry>
70
+
</row>
71
+
</tbody>
72
+
</tgroup>
73
+
</informaltable>
74
+
</refsect1>
75
+

48
76
<refsect1 role="seealso">
49
77
&reftitle.seealso;
50
78
<para>
51
79