HttpRequestPool::attach> <HttpRequest::setUrl
Last updated: Fri, 24 Feb 2012

The HttpRequestPool class

(No version information available, might only be in SVN)

Sinopse da classe

HttpRequestPool implements Iterator , Countable {
public bool attach ( HttpRequest $request )
public __construct ([ HttpRequest $request [, HttpRequest $... ]] )
void __destruct ( void )
bool detach ( HttpRequest $request )
array getAttachedRequests ( void )
array getFinishedRequests ( void )
void reset ( void )
bool send ( void )
protected bool socketPerform ( void )
protected bool socketSelect ([ float $timeout = 0 ] )
}

Class Members

Propriedades

The HttpRequestPool class does not have any properties.

Constantes pré-definidas

The HttpRequestPool class does not have any constants.

Índice



User Contributed Notes
HttpRequestPool
quickshiftin at gmail dot com
14-Jun-2008 01:39
theres something wrong w/ the documentation for this class.  notice how it says HttpMessage...

you can run,
php --rc HttpRequestPool
on the cli to see the methods and so forth, but it would be nice to see the doc fixed up on this page as well.

HttpRequestPool::attach> <HttpRequest::setUrl
Last updated: Fri, 24 Feb 2012