DB_Result::free()

DB_Result::free() -- delete the result set

Synopsis

require_once 'DB.php';

boolean free ()

Description

Deletes the result set and frees the memory occupied by the result set. Deletes not the DB_Result object itself.

Return value

Note

This function can not be called statically