The HttpRequestPool class
PHP Manual

HttpRequestPool::attach

(PECL pecl_http >= 0.10.0)

HttpRequestPool::attachAttach HttpRequest

Beschreibung

public bool HttpRequestPool::attach ( HttpRequest $request )

Attach an HttpRequest object to this HttpRequestPool.

Warnung

Set all options prior attaching!

Parameter-Liste

request

an HttpRequest object not already attached to any HttpRequestPool object

Rückgabewerte

Gibt bei Erfolg TRUE zurück, im Fehlerfall FALSE.

Fehler/Exceptions

Throws HttpInvalidParamException, HttpRequestException, HttpRequestPoolException, HttpEncodingException.


The HttpRequestPool class
PHP Manual