Searched refs:timeout_io (Results 1 – 4 of 4) sorted by relevance
/dokuwiki/vendor/kissifrot/php-ixr/src/Client/ |
H A D | Client.php | 28 protected $timeout_io = null; variable in IXR\\Client\\Client 38 … public function __construct($server, $path = false, $port = 80, $timeout = 15, $timeout_io = null) argument 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) argument 207 $this->timeout_io = $timeout_io;
|
H A D | ClientSSL.php | 55 …public function __construct($server, $path = false, $port = 443, $timeout = false, $timeout_io = n… argument 57 parent::__construct($server, $path, $port, $timeout, $timeout_io);
|
/dokuwiki/inc/Remote/IXR/ |
H A D | Client.php | 25 … public function __construct($server, $path = false, $port = 80, $timeout = 15, $timeout_io = null) argument 27 parent::__construct($server, $path, $port, $timeout, $timeout_io);
|
/dokuwiki/inc/ |
H A D | deprecated.php | 581 … public function __construct($server, $path = false, $port = 80, $timeout = 15, $timeout_io = null) argument 584 parent::__construct($server, $path, $port, $timeout, $timeout_io);
|