update : 2015.11.03
php.shukuma.com

검색:
 
 
Adds an HTTP header to the headers of the request

EventHttpRequest::addHeader

(PECL event >= 1.4.0-beta)

EventHttpRequest::addHeaderAdds 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.

참고