PHP Velho Oeste 2024

HttpRequestPool::detach

(PECL pecl_http >= 0.10.0)

HttpRequestPool::detachDetach HttpRequest

Beschreibung

bool HttpRequestPool::detach ( HttpRequest $request )

Detach an HttpRequest object from this HttpRequestPool.

Parameter-Liste

request

an HttpRequest object attached to this HttpRequestPool object

Rückgabewerte

Gibt bei Erfolg TRUE zurück. Im Fehlerfall wird FALSE zurückgegeben.

Fehler/Exceptions

Throws HttpInvalidParamException, HttpRequestPoolException.

add a note add a note

User Contributed Notes

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