Description
string
mb_http_input ( [string type])
mb_http_input() returns result of HTTP input
character encoding detection_
type: Input string specifies input
type_ "G" for GET, "P" for POST,
"C" for COOKIE_ If type is omitted, it returns last
input type processed_
Return Value: Character encoding name_
If mb_http_input() does not process specified
HTTP input, it returns FALSE_
See also mb_internal_encoding(),
mb_http_output(),
mb_detect_order()_