HttpRequestPool::send

(PECL pecl_http >= 0.10.0)

HttpRequestPool::sendSend all requests

說明

bool HttpRequestPool::send ( void )

Send all attached HttpRequest objects in parallel.

參數

回傳值

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

錯誤/例外

Throws HttpRequestPoolException (HttpSocketException, HttpRequestException, HttpMalformedHeaderException).

add a note add a note

User Contributed Notes

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