EventHttpRequest::findHeader

(PECL event >= 1.4.0-beta)

EventHttpRequest::findHeaderFinds the value belonging a header

Опис

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

Finds the value belonging a header.

Параметри

key

The header name.

type

One of EventHttpRequest::*_HEADER constants .

Значення, що повертаються

Returns NULL if header not found.

Прогляньте Також

add a note add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top