Helping ordinary people create extraordinary websites!


DB_result::free()

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

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.

Note

This function can not be called statically.