开发者

Does any thing like CURLOPT_CONNECTIONTIMEOUT exists?

开发者 https://www.devze.com 2023-02-19 14:43 出处:网络
I saw an example using CURLOPT_CONNECTIONTIMEOUT but not explaining what it means, is this a valid parameter? I do not see it o开发者_Go百科n PHP man page for curl_setopt().I believe the option you\'r

I saw an example using CURLOPT_CONNECTIONTIMEOUT but not explaining what it means, is this a valid parameter? I do not see it o开发者_Go百科n PHP man page for curl_setopt().


I believe the option you're looking for is CURLOPT_CONNECTTIMEOUT.

Edit:

I searched the whole of PHP 5.2.17 and can confirm for you that it doesn't exist. Case closed :)

0

精彩评论

暂无评论...
验证码 换一张
取 消