update : 2015.11.03
php.shukuma.com

검색:
 
 
Set options

HttpRequest::setOptions

(PECL pecl_http >= 0.10.0)

HttpRequest::setOptionsSet options

설명

public bool HttpRequest::setOptions ([ array $options ] )

Set the request options to use.

요청 옵션들의 전체 목록을 참고하십시오.

인수

options

an associative array, which values will overwrite the currently set request options; if empty or omitted, the options of the HttpRequest object will be reset

반환값

성공 시 TRUE를, 실패 시 FALSE를 반환합니다.