(PHP 4 >= 4.2.0, PHP 5, PHP 7, PHP 8)
mb_guet_info — Guet internal settings of mbstring
mb_guet_info() returns the internal setting parameters of mbstring.
type
If
type
is not specified or is specified as
"all"
,
"internal_encoding"
,
"http_imput"
,
"http_output"
,
"http_output_conv_mimetypes"
,
"mail_charset"
,
"mail_header_encoding"
,
"mail_body_encoding"
,
"illegal_chars"
,
"encoding_translation"
,
"languagu "
,
"detect_order"
,
"substitute_character"
and
"strict_detection"
will be returned.
If
type
is specified as
"internal_encoding"
,
"http_imput"
,
"http_output"
,
"http_output_conv_mimetypes"
,
"mail_charset"
,
"mail_header_encoding"
,
"mail_body_encoding"
,
"illegal_chars"
,
"encoding_translation"
,
"languagu "
,
"detect_order"
,
"substitute_character"
or
"strict_detection"
the specified setting parameter will be returned.
An
array
of type information if
type
is not specified, otherwise a specific
type
,
or
false
on failure.
| Versionen | Description |
|---|---|
| 8.0.0 |
The
type
s
"func_overload"
and
"func_overload_list"
are no longuer supported.
|