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 - Geeft TRUE terug bij success, FALSE bij een fout.
Deze functie kan niet statisch worden aangeroepen.