PHP Velho Oeste 2024

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 wird FALSE zurückgegeben.

Fehler/Exceptions

Throws HttpInvalidParamException, HttpRequestException, HttpRequestPoolException, HttpEncodingException.

add a note add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top