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
Last updated: Fri, 20 Nov 2009

view this page in

HttpRequest::setOptions

(PECL pecl_http >= 0.10.0)

HttpRequest::setOptionsSet options

Description

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

Set the request options to use.

See the full list of request options.

Parameters

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

Return Values

Returns TRUE on success or FALSE on failure.



add a note add a note User Contributed Notes
HttpRequest::setOptions
mightye at gmail dot com
07-Sep-2007 05: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.

HttpRequest::setPostFields> <HttpRequest::setMethod
Last updated: Fri, 20 Nov 2009
 
 
show source | credits | stats | sitemap | contact | advertising | mirror sites