protected function _Diconnect() { if ($this->_IOSock) { curl_close($this->_IOSock); } parent::_Diconnect(); }
protected function _Connect($Port = 0) { parent::_Connect($Port); $this->_IOSock = true; }