Lines Matching defs:timeout_io
28 protected $timeout_io = null;
38 public function __construct($server, $path = false, $port = 80, $timeout = 15, $timeout_io = null)
62 $this->timeout_io = $timeout_io;
109 if (null !== $this->timeout_io) {
110 stream_set_timeout($fp, $this->timeout_io);
197 return $this->timeout_io;
202 * @param int $timeout_io
205 public function setTimeoutIo($timeout_io)
207 $this->timeout_io = $timeout_io;