bool db_free_result (resource sqlresult [, type])
Frees memory allocated by a SQL query.
NOTE: This is a SQL function. See Database Support for more information.
Arguments
sqlresult is the resource handle returned from a SQL query.
Result
The function returns TRUE if successful or FALSE otherwise.
Example
|
See also