DB_result::free()

DB_result::free() -- Release 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

Note

This function can not be called statically.