Parsed: 108120

  function _quit() {
    if($this->_connected) {
      @socket_close($this->_ftp_control_sock);
      $this->_connected=false;
      $this->SendMSG("Socket closed");
    }
  }