reference/mbstring/functions/mb-regex-encoding.xml
8cdc6621f9826d04abc3e50438c010804d7e8683
...
...
@@ -9,8 +9,8 @@
9
9
<refsect1 role="description">
10
10
&reftitle.description;
11
11
<methodsynopsis>
12
-
<type>mixed</type><methodname>mb_regex_encoding</methodname>
13
-
<methodparam choice="opt"><type>string</type><parameter>encoding</parameter><initializer>mb_regex_encoding()</initializer></methodparam>
12
+
<type class="union"><type>string</type><type>bool</type></type><methodname>mb_regex_encoding</methodname>
13
+
<methodparam choice="opt"><type class="union"><type>string</type><type>null</type></type><parameter>encoding</parameter><initializer>&null;</initializer></methodparam>
14
14
</methodsynopsis>
15
15
<para>
16
16
Set/Get character encoding for a multibyte regex.
...
...
@@ -54,12 +54,7 @@
54
54
</row>
55
55
</thead>
56
56
<tbody>
57
-
<row>
58
-
<entry>5.6.0</entry>
59
-
<entry>
60
-
Default encoding is changed to UTF-8. It was EUC-JP Previously.
61
-
</entry>
62
-
</row>
57
+
&mbstring.changelog.encoding-nullable;
63
58
</tbody>
64
59
</tgroup>
65
60
</informaltable>
...
...
@@ -77,7 +72,6 @@
77
72
</refsect1>
78
73

79
74
</refentry>
80
-

81
75
<!-- Keep this comment at the end of the file
82
76
Local variables:
83
77
mode: sgml
84
78