Рекурсивный акроним словосочетания «PHP: Hypertext Preprocessor»
Добро пожаловать на форум PHP программистов!
За последние 24 часа нас посетили 18260 программистов и 1682 робота. Сейчас ищет 681 программист ...
EventHttpRequest::findHeader - Finds the value belonging a header
Вернуться к: EventHttpRequest
EventHttpRequest::findHeader
(PECL event >= 1.4.0-beta)
EventHttpRequest::findHeader — Finds 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.
Смотрите также
- EventHttpRequest::addHeader() - Adds an HTTP header to the headers of the request
Вернуться к: EventHttpRequest