require_once 'MDB.php';
boolean freeResult (resource $result)
boolean freeResult
Deletes the result set and frees the memory occupied by the result set.
A valid resource returned by query() or executeQuery()
boolean - Returns TRUE on success, FALSE on failure.
This function can not be called statically.