mb_get_info

(PHP 4 >= 4.2.0, PHP 5, PHP 7, PHP 8)

mb_get_info获取 mbstring 的内部设置

描述

mb_get_info(string $type = "all"): array|string|int|false|null

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",则将返回指定的设置参数。

返回值

如果 type 未指定,则返回一个 array 类型信息,否则返回一个特定的 type,或者在失败时返回 false

变更日志

版本 描述
8.0.0 不再支持 type "func_overload""func_overload_list"

参见

添加注释

用户贡献的注释

此页面没有用户贡献的注释。
To Top