예제 #1
0
 protected function _Disconnect()
 {
     if ($this->_IOSock) {
         fclose($this->_IOSock);
     }
     parent::_Disconnect();
 }