reference/mbstring/functions/mb-check-encoding.xml
d2ff0abe1650703e8974acaa7674c678e587a696
...
...
@@ -34,6 +34,12 @@
34
34
The byte stream or &array; to check. If it is omitted, this function checks
35
35
all the input from the beginning of the request.
36
36
</para>
37
+

38
+
<warning>
39
+
<para>
40
+
As of PHP 8.1.0, omitting this parameter or passing &null; is deprecated.
41
+
</para>
42
+
</warning>
37
43
</listitem>
38
44
</varlistentry>
39
45
<varlistentry>
...
...
@@ -67,6 +73,12 @@
67
73
</thead>
68
74
<tbody>
69
75
<row>
76
+
<entry>8.1.0</entry>
77
+
<entry>
78
+
Calling this function with &null; as <parameter>value</parameter> or without argument is deprecated.
79
+
</entry>
80
+
</row>
81
+
<row>
70
82
<entry>8.0.0</entry>
71
83
<entry>
72
84
<parameter>value</parameter> and <parameter>encoding</parameter> are nullable now.
73
85