curl_multi_select
(PHP 5)
curl_multi_select — Get all the sockets associated with the cURL extension, which can then be "selected"
설명
int curl_multi_select
( resource $mh
[, float $timeout
] )
Get all the sockets associated with the cURL extension, which can then be "selected".
매개변수
- mh
-
curl_multi_init()가 반환한 curl 다중 핸들입니다.
- timeout
-
Time, in seconds, to wait for a response.
반환값
On success, returns the number of descriptors contained in, the descriptor sets. On failure, this function will return FALSE.