EventHttpRequest::findHeader

(PECL event >= 1.4.0-beta)

EventHttpRequest::findHeaderFinds the value belonging a header

Açıklama

publicEventHttpRequest::findHeader(string$key, string$type): void

Finds the value belonging a header.

Bağımsız Değişkenler

key

The header name.

type

One of EventHttpRequest::*_HEADER constants .

Dönen Değerler

Returns null if header not found.

Ayrıca Bakınız

To Top