EventHttpRequest::addHeader
(PECL event >= 1.4.0-beta)
EventHttpRequest::addHeader — Adds an HTTP header to the headers of the request
说明
public
EventHttpRequest::addHeader
(
string
$key
,
string
$value
,
int
$type
) : boolAdds 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