reference/mbstring/functions/mb-get-info.xml
db22a7cfcbc3af221f67e228336ac3e2d62aaf2c
...
...
@@ -9,7 +9,7 @@
9
9
<refsect1 role="description">
10
10
&reftitle.description;
11
11
<methodsynopsis>
12
-
<type>mixed</type><methodname>mb_get_info</methodname>
12
+
<type class="union"><type>array</type><type>string</type><type>int</type><type>false</type><type>null</type></type><methodname>mb_get_info</methodname>
13
13
<methodparam choice="opt"><type>string</type><parameter>type</parameter><initializer>"all"</initializer></methodparam>
14
14
</methodsynopsis>
15
15
<simpara>
...
...
@@ -25,14 +25,25 @@
25
25
<term><parameter>type</parameter></term>
26
26
<listitem>
27
27
<para>
28
-
If <parameter>type</parameter> isn't specified or is specified to
29
-
"all", an <type>array</type> having the elements "internal_encoding",
30
-
"http_output", "http_input", "func_overload", "mail_charset",
31
-
"mail_header_encoding", "mail_body_encoding" will be returned.
28
+
If <parameter>type</parameter> is not specified or is specified as <literal>"all"</literal>,
29
+
<literal>"internal_encoding"</literal>, <literal>"http_input"</literal>,
30
+
<literal>"http_output"</literal>, <literal>"http_output_conv_mimetypes"</literal>,
31
+
<literal>"mail_charset"</literal>, <literal>"mail_header_encoding"</literal>,
32
+
<literal>"mail_body_encoding"</literal>, <literal>"illegal_chars"</literal>,
33
+
<literal>"encoding_translation"</literal>, <literal>"language"</literal>,
34
+
<literal>"detect_order"</literal>, <literal>"substitute_character"</literal>
35
+
and <literal>"strict_detection"</literal>
36
+
will be returned.
32
37
</para>
33
38
<para>
34
-
If <parameter>type</parameter> is specified as "http_output",
35
-
"http_input", "internal_encoding", "func_overload",
39
+
If <parameter>type</parameter> is specified as
40
+
<literal>"internal_encoding"</literal>, <literal>"http_input"</literal>,
41
+
<literal>"http_output"</literal>, <literal>"http_output_conv_mimetypes"</literal>,
42
+
<literal>"mail_charset"</literal>, <literal>"mail_header_encoding"</literal>,
43
+
<literal>"mail_body_encoding"</literal>, <literal>"illegal_chars"</literal>,
44
+
<literal>"encoding_translation"</literal>, <literal>"language"</literal>,
45
+
<literal>"detect_order"</literal>, <literal>"substitute_character"</literal>
46
+
or <literal>"strict_detection"</literal>
36
47
the specified setting parameter will be returned.
37
48
</para>
38
49
</listitem>
...
...
@@ -45,39 +56,32 @@
45
56
&reftitle.returnvalues;
46
57
<para>
47
58
An <type>array</type> of type information if <parameter>type</parameter>
48
-
is not specified, otherwise a specific <parameter>type</parameter>.
59
+
is not specified, otherwise a specific <parameter>type</parameter>,
60
+
&return.falseforfailure;.
49
61
</para>
50
62
</refsect1>
51
63

52
64
<refsect1 role="changelog">
53
65
&reftitle.changelog;
54
-
<para>
55
-
<informaltable>
56
-
<tgroup cols="2">
57
-
<thead>
58
-
<row>
59
-
<entry>&Version;</entry>
60
-
<entry>&Description;</entry>
61
-
</row>
62
-
</thead>
63
-
<tbody>
64
-
<row>
65
-
<entry>5.1.3</entry>
66
-
<entry>
67
-
The entries "mail_charset", "mail_header_encoding", and
68
-
"mail_body_encoding" were made available.
69
-
</entry>
70
-
</row>
71
-
<row>
72
-
<entry>5.3.0</entry>
73
-
<entry>
74
-
The entry "http_output_conv_mimetypes" was made available.
75
-
</entry>
76
-
</row>
77
-
</tbody>
78
-
</tgroup>
79
-
</informaltable>
80
-
</para>
66
+
<informaltable>
67
+
<tgroup cols="2">
68
+
<thead>
69
+
<row>
70
+
<entry>&Version;</entry>
71
+
<entry>&Description;</entry>
72
+
</row>
73
+
</thead>
74
+
<tbody>
75
+
<row>
76
+
<entry>8.0.0</entry>
77
+
<entry>
78
+
The <parameter>type</parameter>s <literal>"func_overload"</literal>
79
+
and <literal>"func_overload_list"</literal> are no longer supported.
80
+
</entry>
81
+
</row>
82
+
</tbody>
83
+
</tgroup>
84
+
</informaltable>
81
85
</refsect1>
82
86

83
87
<refsect1 role="seealso">
...
...
@@ -91,7 +95,6 @@
91
95
</refsect1>
92
96

93
97
</refentry>
94
-

95
98
<!-- Keep this comment at the end of the file
96
99
Local variables:
97
100
mode: sgml
98
101