boolean freeResult ( resource $result )
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.