Рекурсивный акроним словосочетания «PHP: Hypertext Preprocessor»
Добро пожаловать на форум PHP программистов!
За последние 24 часа нас посетили 28747 программистов и 2857 роботов. Сейчас ищут 683 программиста ...
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