Reputation: 707
there is a way to make a fsockopen with unlimited timeout ? Like CURLOPT_TIMEOUT=0 ?
Upvotes: 1
Views: 2806
Reputation: 8382
Use the $timeout parameter.
$timeout
It's right there in the manual: http://php.net/fsockopen
Upvotes: 5