From PHRETS
Syntax
FreeResult ( string $pointer_id )
Removes the referenced SearchQuery()'s recordset from memory
Parameters
- $pointer_id
- The returned value from SearchQuery()
Return Values
- Boolean
- Returns TRUE if valid pointer is provided. Returns FALSE otherwise
Examples
- See SearchQuery() examples
Related to