reference/mysqli/mysqli_result/fetch-all.xml
035c126c0393fe154bac46e2c3c489ebadce48a5
...
...
@@ -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_result">
14
14
<modifier>public</modifier> <type>array</type><methodname>mysqli_result::fetch_all</methodname>
15
15
<methodparam choice="opt"><type>int</type><parameter>mode</parameter><initializer><constant>MYSQLI_NUM</constant></initializer></methodparam>
16
16
</methodsynopsis>
17
17
<para>&style.procedural;</para>
18
-
<methodsynopsis role="procedural">
18
+
<methodsynopsis>
19
19
<type>array</type><methodname>mysqli_fetch_all</methodname>
20
20
<methodparam><type>mysqli_result</type><parameter>result</parameter></methodparam>
21
21
<methodparam choice="opt"><type>int</type><parameter>mode</parameter><initializer><constant>MYSQLI_NUM</constant></initializer></methodparam>
...
...
@@ -26,7 +26,8 @@
26
26
</para>
27
27
<note>
28
28
<para>
29
-
&mysqli.available.mysqlnd;
29
+
Prior to PHP 8.1.0, available only with
30
+
<link xmlns="http://docbook.org/ns/docbook" linkend="book.mysqlnd">mysqlnd</link>.
30
31
</para>
31
32
</note>
32
33
</refsect1>
...
...
@@ -58,6 +59,28 @@
58
59
</para>
59
60
</refsect1>
60
61

62
+
<refsect1 role="changelog">
63
+
&reftitle.changelog;
64
+
<informaltable>
65
+
<tgroup cols="2">
66
+
<thead>
67
+
<row>
68
+
<entry>&Version;</entry>
69
+
<entry>&Description;</entry>
70
+
</row>
71
+
</thead>
72
+
<tbody>
73
+
<row>
74
+
<entry>8.1.0</entry>
75
+
<entry>
76
+
Now also available when linking against libmysqlclient.
77
+
</entry>
78
+
</row>
79
+
</tbody>
80
+
</tgroup>
81
+
</informaltable>
82
+
</refsect1>
83
+

61
84
<refsect1 role="examples">
62
85
&reftitle.examples;
63
86
<example>
...
...
@@ -110,6 +133,7 @@ Herat (AFG)
110
133
<para>
111
134
<simplelist>
112
135
<member><function>mysqli_fetch_array</function></member>
136
+
<member><function>mysqli_fetch_column</function></member>
113
137
<member><function>mysqli_query</function></member>
114
138
</simplelist>
115
139
</para>
116
140