PHP Velho Oeste 2024

HttpRequestPool::detach

(PECL pecl_http >= 0.10.0)

HttpRequestPool::detachDetach HttpRequest

Descrierea

bool HttpRequestPool::detach ( HttpRequest $request )

Detach an HttpRequest object from this HttpRequestPool.

Parametri

request

an HttpRequest object attached to this HttpRequestPool object

Valorile întoarse

Întoarce valoarea TRUE în cazul succesului sau FALSE în cazul eșecului.

Erori/Excepții

Throws HttpInvalidParamException, HttpRequestPoolException.

add a note add a note

User Contributed Notes

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