PHP Doku:: Match any header - function.http-match-request-header.html

Verlauf / Chronik / History: (1) anzeigen

Sie sind hier:
Doku-StartseitePHP-HandbuchFunktionsreferenzSonstige DiensteHTTPHTTP Funktionenhttp_match_request_header

Ein Service von Reinhard Neidl - Webprogrammierung.

HTTP Funktionen

<<http_match_modified

http_support>>

http_match_request_header

(PECL pecl_http >= 0.10.0)

http_match_request_headerMatch any header

Beschreibung

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

Match an incoming HTTP header.

Parameter-Liste

header

the header name (case-insensitive)

value

the header value that should be compared

match_case

whether the value should be compared case sensitively

Rückgabewerte

Returns TRUE if header value matches, else FALSE.

Siehe auch


Keine BenutzerBeiträge.
- Beiträge aktualisieren...



PHP Powered Diese Seite bei php.net
The PHP manual text and comments are covered by the Creative Commons Attribution 3.0 License © the PHP Documentation Group - Impressum - mail("TO:Reinhard Neidl",...)