EventHttpRequest::findHeader

(PECL event >= 1.4.0-beta)

EventHttpRequest::findHeaderFinds the value belonging a header

Descrierea

public EventHttpRequest::findHeader ( string $key , string $type ) : void

Finds the value belonging a header.

Parametri

key

The header name.

type

One of EventHttpRequest::*_HEADER constants .

Valorile întoarse

Returns NULL if header not found.

A se vedea și