MDB_Common::disconnect()

MDB_Common::disconnect() -- disconnect from a database

Synopsis

require_once 'MDB.php';

boolean MDB::disconnect ()

Description

Disconnects from a database

Return value

boolean - Returns TRUE on success, FALSE on failure.

Note

This function can not be called statically.

See

MDB::connect() , Tutorial - Connect()