downloads | documentation | faq | getting help | mailing lists | licenses | wiki | reporting bugs | php.net sites | links | conferences | my php.net

search for in the

HttpRequest::setPostFields> <HttpRequest::setMethod
[edit] Last updated: Fri, 23 Mar 2012

view this page in

HttpRequest::setOptions

(PECL pecl_http >= 0.10.0)

HttpRequest::setOptionsSet options

Opis

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

Set the request options to use.

Patrz po pełną listę Opcje żądania.

Parametry

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

Zwracane wartości

Zwraca TRUE w przypadku powodzenia, FALSE w przypadku błędu.



add a note add a note User Contributed Notes HttpRequest::setOptions
mightye at gmail dot com 07-Sep-2007 10:59
Note that options cannot be changed on a request once it is added to a HttpRequestPool.  The pool reads the options and uses the values as they were set at the time it was added.

This means you can't do things like dynamically change the timeout each time you receive some data from the stream (essentially creating an idle timeout when doing things like calling remote long-running jobs).  However you can use low_speed_limit and low_speed_time options to simulate this behavior.

 
show source | credits | stats | sitemap | contact | advertising | mirror sites