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 - Возвращает TRUE в случае успеха и FALSE при неудаче.
Эта функция не должна вызываться статически.