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