PHP curl_multi_select 函数
PHP curl_multi_select() 函数用于阻塞直到 cURL 批处理连接中有活动连接
( PHP >= 5.0.0 )
函数原型
int curl_multi_select ( resource $mh [, float $timeout = 1.0 ] )
阻塞直到 cURL 批处理连接中有活动连接
参数
参数 | 说明 |
---|---|
mh | 由 curl_multi_init() 返回的 cURL 多个句柄 |
timeout | 以秒为单位,等待响应的时间 |
返回值
成功时返回描述符集合中描述符的数量
失败时,select 失败时返回 -1,否则返回超时(从底层的 select 系统调用)