Deprecated: The each() function is deprecated. This message will be suppressed on further calls in /home/zhenxiangba/zhenxiangba.com/public_html/phproxy-improved-master/index.php on line 456
PHP: mb_http_input - Manual
[go: Go Back, main page]

PHP
downloads | documentation | faq | getting help | mailing lists | reporting bugs | php.net sites | links | conferences | my php.net

search for in the

mb_http_output" width="11" height="7"/> <mb_get_info
Last updated: Sun, 23 Sep 2007

view this page in

mb_http_input

(PHP 4 >= 4.0.6, PHP 5)

mb_http_input — HTTP 入力文字エンコーディングを検出する

説明

mixed mb_http_input ( [string $type] )

mb_http_input() は、 HTTP 入力文字エンコーディングを検出した結果を返します。

type: HTTP 入力の型を表す文字列を入力してください。 GET の場合は "G" 、POST の場合は "P" 、 COOKIE の場合は "C" 、文字列の場合は "S" 、 リストの場合は "L" 、リスト全体(array を返す) の場合は "I" です。 type が省略された場合、 直近に処理された入力型が返されます。

返り値: 文字エンコーディング名。 mb_http_input() が指定した HTTP 入力の処理を行っていない場合、FALSE が返されます。

mb_internal_encoding()mb_http_output()mb_detect_order() も参照ください。



add a note add a note User Contributed Notes
mb_http_input
There are no user contributed notes for this page.

mb_http_output" width="11" height="7"/> <mb_get_info
Last updated: Sun, 23 Sep 2007
 
 
show source | credits | sitemap | contact | advertising | mirror sites