在线文档教程
PHP

mb_http_input

mb_http_input

(PHP 4 >= 4.0.6, PHP 5, PHP 7)

mb_http_input - 检测HTTP输入字符编码

描述

mixed mb_http_input ([ string $type = "" ] )

检测HTTP输入字符编码。

参数

type

输入字符串指定输入类型。“G”表示GET,“P”表示POST,“C”表示COOKIE,“S”表示字符串,“L”表示列表,“I”表示整个列表(将返回数组)。如果省略类型,它将返回处理的最后一个输入类型。

返回值

字符编码名称,按照type。如果mb_http_input()不处理指定的HTTP输入,则返回FALSE

另请参阅

  • mb_internal_encoding() - 设置/获取内部字符编码

  • mb_http_output() - 设置/获取HTTP输出字符编码

  • mb_detect_order() - 设置/获取字符编码检测顺序

← mb_get_info

mb_http_output →