Lines Matching defs:timeout
25 public $timeout = 15; // read timeout (seconds)
257 $socket = @fsockopen($server, $port, $errno, $errstr, $this->timeout);
589 // check timeout
591 if ($time_used > $this->timeout)
600 // wait for stream ready or timeout (1sec)
632 // Does not return immediately so timeout and eof can be checked
637 if ($time_used > $this->timeout)
658 // wait for stream ready or timeout (1sec)
691 if ($time_used > $this->timeout)
703 // wait for stream ready or timeout (1sec)