Search code examples
phptimeoutfsockopen

fsockopen unlimited timeout


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


Solution

  • Use the $timeout parameter.

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