require_once 'DB.php';
boolean free ()
boolean free
Deletes the result set and frees the memory occupied by the result set. Deletes not the DB_Result object itself.
boolean - Returns TRUE on success, FALSE on failure.
This function can not be called statically