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

search for in the

http_support> <http_match_modified
Last updated: Fri, 10 Oct 2008

view this page in

http_match_request_header

(PECL pecl_http:0.10.0-1.5.5)

http_match_request_header任意のヘッダを比較する

説明

bool http_match_request_header ( string $header , string $value [, bool $match_case = FALSE ] )

受け取った HTTP ヘッダを比較します。

パラメータ

header

ヘッダの名前 (大文字小文字は区別しません)。

value

ヘッダの値と比較する値。

match_case

値を比較する際に大文字小文字を区別するかどうか。

返り値

ヘッダの値が一致する場合に TRUE、それ以外の場合に FALSE を返します。

参考



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

http_support> <http_match_modified
Last updated: Fri, 10 Oct 2008
 
 
show source | credits | sitemap | contact | advertising | mirror sites