HttpRequestPool::detach

(PECL pecl_http >= 0.10.0)

HttpRequestPool::detachDetach HttpRequest

說明

bool HttpRequestPool::detach ( HttpRequest $request )

Detach an HttpRequest object from this HttpRequestPool.

參數

request

an HttpRequest object attached to this HttpRequestPool object

回傳值

如果成功則回傳 TRUE,失敗則回傳 FALSE

錯誤/例外

Throws HttpInvalidParamException, HttpRequestPoolException.

add a note add a note

User Contributed Notes

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