示例#1
0
 /**
  * Disconnect from remote host and free resource
  */
 protected function _disconnect()
 {
     // Make sure the session gets closed
     $this->quit();
     parent::_disconnect();
 }
示例#2
0
 /**
  * Disconnect from remote host and free resource
  */
 protected function _disconnect()
 {
     // @codingStandardsIgnoreEnd
     // Make sure the session gets closed
     $this->quit();
     parent::_disconnect();
 }