DB_result::free()

DB_result::free() -- Releases a result set

Synopsis

boolean free ()

Description

Deletes the result set and frees the memory occupied by the result set. Does not delete the DB_result object itself.

Return value

boolean - Returns TRUE on success, FALSE on failure.

Example

Note

This function can not be called statically.