Beispiel #1
0
 public function disconnect()
 {
     $this->_handshake = null;
     $this->_transport = null;
     return parent::disconnect();
 }