企业🤖AI Agent构建引擎,智能编排和调试,一键部署,支持私有化部署方案 广告
# PHP curl_multi_select函数 (PHP 5) curl_multi_select — 等待所有cURL批处理中的活动连接 ## 说明 ``` int curl_multi_select ( resource $mh [, float $timeout = 1.0 ] ) ``` 阻塞直到cURL批处理连接中有活动连接。 ## 参数 **mh** 由 curl_multi_init() 返回的 cURL 多个句柄。 **timeout** 以秒为单位,等待响应的时间。 ## 返回值 成功时返回描述符集合中描述符的数量。失败时,select失败时返回-1,否则返回超时(从底层的select系统调用).