function CERRARCONEXION($RESULT = '') { if ($RESULT != '') { MYSQLI_FREE_RESULT($RESULT); } // CERRAR CONEXIÓN A LA BD MYSQLI_CLOSE($GLOBALS['Conexion']); }
private function disconnect() { MYSQLI_CLOSE($this->conn); }