PHP mb_http_input mbstring 函数
-
定义和用法
mb_http_input - 检测 HTTP 输入字符编码 -
版本支持
PHP4 PHP5 PHP7 支持 支持 支持 5.1.3 实体 "mail_charset"、"mail_header_encoding" 和 "mail_body_encoding" 开始有效。
5.3.0 条目 "http_output_conv_mimetypes" 开始有效。
-
语法
mb_http_input( [ string $type = "" ] )
mb_http_input() 检测 HTTP 输入字符的编码。 -
参数
参数 必需的 描述 type 否 设置的字符串指定了输入类型。 "G" 是 GET,"P" 是 POST,"C" 是 COOKIE,"S" 是 string,"L" 是 list,以及 "I" 是整个列表(将会返回 array)。 如果省略了 type,它将返回最后处理的一种输入类型。 -
返回值
mb_http_input() 每个 type 的字符编码名称。 如果 mb_http_input() 没有处理过任何指定的 HTTP 输入,它将返回 FALSE。 -
相关页面
mb_internal_encoding() - 设置/获取内部字符编码mb_http_output() - 设置/获取 HTTP 输出字符编码mb_detect_order() - 设置/获取 字符编码的检测顺序