(PECL event >= 1.4.0-beta)
Finds the value belonging a header
public void EventHttpRequest::findHeader ( string $key , string $type )
Finds the value belonging a header.
Parameters:
key
The header name.
type
One of EventHttpRequest::*_HEADER constants .
Returns:
Returns NULL
if header not found.
See also:
Please login to continue.