|
curl_multi_selectWait until reading or writing is possible for any cURL multi handle connection Description
int curl_multi_select(CurlMultiHandle
$multi_handle , float $timeout = 1.0)Blocks the execution of the script until a cURL handle attached to the cURL multi handle would be able to make progress on the next call to curl_multi_exec or until the timeout strikes (whichever comes first). Parameters
Return Values
On success, returns the number of active descriptors contained in
the descriptor sets. This may be Errors/Exceptions
Throws a ValueError if Changelog
See Also
|