Exemplo n.º 1
0
 public function __construct()
 {
     parent::__construct();
     $this->timeout = 240;
     $this->ssl = false;
     $this->tempfilehandle = false;
 }
Exemplo n.º 2
0
 public function __construct()
 {
     parent::__construct();
     $this->port = 22;
     $this->ssl = false;
     $this->hostkey = false;
 }
 public function __construct()
 {
     parent::__construct();
     if (empty($this->port)) {
         $this->port = 21;
     }
     $this->timeout = 240;
 }
 public function __construct()
 {
     parent::__construct();
     $this->connected = true;
 }