コード例 #1
0
 public function __construct()
 {
     parent::__construct();
     $this->timeout = 240;
     $this->ssl = false;
     $this->tempfilehandle = false;
 }
コード例 #2
0
 public function __construct()
 {
     parent::__construct();
     $this->port = 22;
     $this->ssl = false;
     $this->hostkey = false;
 }
コード例 #3
0
 public function __construct()
 {
     parent::__construct();
     if (empty($this->port)) {
         $this->port = 21;
     }
     $this->timeout = 240;
 }
コード例 #4
0
 public function __construct()
 {
     parent::__construct();
     $this->connected = true;
 }