http_match_request_header()
http_match_request_header - Match any headerSyntax
bool http_match_request_header (string $header, string $value, bool $match_case)Arguments
- header - the header name (case-insensitive)
- value - the header value that should be compared
- match_case - whether the value should be compared case sensitively
