mb_get_info
(PHP 4 >= 4.2.0, PHP 5, PHP 7)
mb_get_info — Get internal settings of mbstring
Description
mb_get_info ([ string $type = "all" ] ) : array|string|int|false
mb_get_info() returns the internal setting parameters of mbstring.
Parameters
-
type
-
If
type
isn't specified or is specified to "all", an array having the elements "internal_encoding", "http_output", "http_input", "func_overload", "mail_charset", "mail_header_encoding", "mail_body_encoding" will be returned.If
type
is specified as "http_output", "http_input", "internal_encoding", "func_overload", the specified setting parameter will be returned.
Return Values
An array of type information if type
is not specified, otherwise a specific type
, or false
on failure.
See Also
- mb_regex_encoding() - Set/Get character encoding for multibyte regex
- mb_http_output() - Set/Get HTTP output character encoding
© 1997–2020 The PHP Documentation Group
Licensed under the Creative Commons Attribution License v3.0 or later.
https://www.php.net/manual/en/function.mb-get-info.php