Рекурсивный акроним словосочетания «PHP: Hypertext Preprocessor»
Добро пожаловать на форум PHP программистов!
За последние 24 часа нас посетили 16184 программиста и 1779 роботов. Сейчас ищет 1731 программист ...
EventHttpRequest::removeHeader - Removes an HTTP header from the headers of the request
Вернуться к: EventHttpRequest
EventHttpRequest::removeHeader
(PECL event >= 1.4.0-beta)
EventHttpRequest::removeHeader — Removes an HTTP header from the headers of the request
Описание
public
void
EventHttpRequest::removeHeader
(
string
$key
,
string
$type
)Removes an HTTP header from the headers of the request.
Список параметров
-
key
-
The header name.
-
type
-
type
is one of EventHttpRequest::*_HEADER constants.
Возвращаемые значения
Removes an HTTP header from the headers of the request.
Смотрите также
- EventHttpRequest::addHeader() - Adds an HTTP header to the headers of the request
Вернуться к: EventHttpRequest