Closes the currently open database.
bool db_close_database(void)
The function returns TRUE if successful or FALSE otherwise.
// Close database $result = db_close_database();