ezSQL_mysqli::disconnect PHP Method

disconnect() public method

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