DB_result::free()

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

Synopsis

boolean free ()

Beschreibung

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

Rückgabewert

boolean - Gibt bei Erfolg TRUE zurück, bei einem Fehler FALSE.

Beispiel

Hinweise

Diese Methode kann nicht statisch aufgerufen werden.