Overview
KB
Technical FAQ
PHP Manual
CSS2 Manual
HTML Manual
JS Guide
JS Reference
PhpDock Manual
Nu-Coder Manual
PhpExpress Manual
PHP Joomla
Development
Learn PHP
 
<http_match_modifiedhttp_build_cookie>
Last updated: Tue, 19 Sep 2006

http_match_request_header

(PECL)

http_match_request_header -- Match any header

Description

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

Match an incoming HTTP header.

Parameters

header

The header name (case-insensitive)

value

The header value that should be compared

match_case

Whether the value should be compared case sensitively

Return Values

Returns TRUE if header value matches, else FALSE.




<http_match_modifiedhttp_build_cookie>
Last updated: Tue, 19 Sep 2006