reference/mysqli/mysqli_stmt/next-result.xml
63b99082ef83eade08151f8cb528246fded81db9
...
...
@@ -1,6 +1,5 @@
1
1
<?xml version="1.0" encoding="utf-8"?>
2
2
<!-- $Revision$ -->
3
-

4
3
<refentry xml:id="mysqli-stmt.next-result" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
5
4
<refnamediv>
6
5
<refname>mysqli_stmt::next_result</refname>
...
...
@@ -10,19 +9,25 @@
10
9

11
10
<refsect1 role="description">
12
11
&reftitle.description;
13
-
<para>&style.oop; (method):</para>
14
-
<methodsynopsis>
12
+
<para>&style.oop;</para>
13
+
<methodsynopsis role="mysqli_stmt">
15
14
<modifier>public</modifier> <type>bool</type><methodname>mysqli_stmt::next_result</methodname>
16
-
<void />
17
-
</methodsynopsis>
15
+
<void/>
16
+
</methodsynopsis>
18
17
<para>&style.procedural;:</para>
19
18
<methodsynopsis>
20
19
<type>bool</type><methodname>mysqli_stmt_next_result</methodname>
21
-
<methodparam><type>mysql_stmt</type><parameter>stmt</parameter></methodparam>
20
+
<methodparam><type>mysqli_stmt</type><parameter>statement</parameter></methodparam>
22
21
</methodsynopsis>
23
22
<para>
24
23
Reads the next result from a multiple query.
25
24
</para>
25
+
<note>
26
+
<para>
27
+
Prior to PHP 8.1.0, available only with
28
+
<link xmlns="http://docbook.org/ns/docbook" linkend="book.mysqlnd">mysqlnd</link>.
29
+
</para>
30
+
</note>
26
31
</refsect1>
27
32

28
33
<refsect1 role="parameters">
...
...
@@ -43,19 +48,29 @@
43
48

44
49
<refsect1 role="errors">
45
50
&reftitle.errors;
46
-
<para>
47
-
Emits an <constant>E_STRICT</constant> level error if a result set does
48
-
not exist, and suggests using <methodname>mysqli_stmt::more_results</methodname>
49
-
in these cases, before calling <methodname>mysqli_stmt::next_result</methodname>.
50
-
</para>
51
+
&mysqli.conditionalexception;
51
52
</refsect1>
52
53

53
-
<refsect1 role="mysqlnd">
54
-
&reftitle.mysqlnd;
55
-

56
-
<para>
57
-
&mysqli.available.mysqlnd;
58
-
</para>
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>
59
74
</refsect1>
60
75

61
76
<refsect1 role="seealso">
...
...
@@ -69,7 +84,6 @@
69
84
</refsect1>
70
85

71
86
</refentry>
72
-

73
87
<!-- Keep this comment at the end of the file
74
88
Local variables:
75
89
mode: sgml
76
90