PHP Conference Japan 2024

mb_get_info

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

mb_get_info获取 mbstring 的内部设置

描述

mb_get_info(字符串 $type = "all"): 数组|字符串|整数|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,则返回类型信息的 数组;否则返回具体的 type,或者在失败时返回 false

变更日志

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

参见

添加注释

用户贡献的笔记

此页面没有用户贡献的笔记。
To Top