php-将curl超时设置为无穷大?

时间:2014-11-21 17:52:47

标签: php curl

有没有办法将 CURL_TIMEOUT 设置为无限? 我正在制作大量的http请求,并在每次 30-50秒后收到网关超时错误

我可以将它设置为无限吗?

2 个答案:

答案 0 :(得分:1)

这是通过这样做完成的:

curl_setopt($curlHandle, CURLOPT_CONNECTTIMEOUT, 0);

答案 1 :(得分:0)

 bool set_time_limit ( int $seconds )
set_time_limit (-1 )

http://php.net/manual/en/function.set-time-limit.php

或更改时间在php.ini中执行