EventHttpRequest::findHeader
(PECL event >= 1.4.0-beta)
EventHttpRequest::findHeader — Finds the value belonging a header
Descripción
public
void
EventHttpRequest::findHeader
(
string
$key
,
string
$type
)Finds the value belonging a header.
Parámetros
-
key -
The header name.
-
type -
One of EventHttpRequest::*_HEADER constants .
Valores devueltos
Returns NULL if header not found.
Ver también
- EventHttpRequest::addHeader() - Adds an HTTP header to the headers of the request