bernedef
bernedef

Reputation: 707

fsockopen unlimited timeout

there is a way to make a fsockopen with unlimited timeout ? Like CURLOPT_TIMEOUT=0 ?

Upvotes: 1

Views: 2806

Answers (1)

Daniel Egeberg
Daniel Egeberg

Reputation: 8382

Use the $timeout parameter.

It's right there in the manual: http://php.net/fsockopen

Upvotes: 5

Related Questions