ezSQL_mysqli::disconnect PHP Méthode

disconnect() public méthode

******************************************************************** Close the active mySQLi connection
public disconnect ( )
    function disconnect()
    {
        $this->conn_queries = 0;
        @$this->dbh->close();
    }