(PHP 4 >= 4.2.0, PHP 5, PHP 7, PHP 8)
mb_get_info — 获取 mbstring 的内部设置
type
如果未指定 type
或指定为 "all"
,则将返回 "internal_encoding"
, "http_input"
, "http_output"
, "http_output_conv_mimetypes"
, "mail_charset"
, "mail_header_encoding"
, "mail_body_encoding"
, "illegal_chars"
, "encoding_translation"
, "language"
, "detect_order"
, "substitute_character"
和 "strict_detection"
。
如果 type
指定为 "internal_encoding"
, "http_input"
, "http_output"
, "http_output_conv_mimetypes"
, "mail_charset"
, "mail_header_encoding"
, "mail_body_encoding"
, "illegal_chars"
, "encoding_translation"
, "language"
, "detect_order"
, "substitute_character"
或 "strict_detection"
,则将返回指定的设置参数。
版本 | 描述 |
---|---|
8.0.0 | type "func_overload" 和 "func_overload_list" 已不再支持。 |