HttpRequestPool::send
(PECL pecl_http:0.10.0-1.5.5)
HttpRequestPool::send — Send all requests
Описание
bool HttpRequestPool::send
( void
)
Send all attached HttpRequest objects in parallel.
Список параметров
Возвращаемые значения
Возвращает TRUE в случае успешного завершения или FALSE в случае возникновения ошибки.
Errors/Exceptions
Throws HttpRequestPoolException (HttpSocketException, HttpRequestException, HttpMalformedHeaderException).
[an error occurred while processing the directive]
- Функция HttpRequestPool::attach() - Attach HttpRequest
- Функция HttpRequestPool::__construct() - HttpRequestPool constructor
- Функция HttpRequestPool::__destruct() - HttpRequestPool destructor
- Функция HttpRequestPool::detach() - Detach HttpRequest
- Функция HttpRequestPool::getAttachedRequests() - Get attached requests
- Функция HttpRequestPool::getFinishedRequests() - Get finished requests
- Функция HttpRequestPool::reset() - Reset request pool
- Функция HttpRequestPool::send() - Send all requests
- Функция HttpRequestPool::socketPerform() - Perform socket actions
- Функция HttpRequestPool::socketSelect() - Perform socket select
Коментарии
404 Not Found