curl_multi_select
(PHP 5)
curl_multi_select — Get all the sockets associated with the cURL extension, which can then be "selected"
Opis
int curl_multi_select
( resource $mh
[, float $timeout
] )
Get all the sockets associated with the cURL extension, which can then be "selected".
Parametry
- mh
-
Wielokrotny uchwyt cURL zwrócony przez curl_multi_init().
- timeout
-
Time, in seconds, to wait for a response.
Zwracane wartości
On success, returns the number of descriptors contained in, the descriptor sets. On failure, this function will return FALSE.
curl_multi_select
There are no user contributed notes for this page.
