DB_result::free()

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

Synopsis

boolean free ()

Descripción

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

Valor devuelto

boolean - Devuelve TRUE si es exitoso, FALSE si falla.

Ejemplo

Nota

Esta función no puede ser llamada estáticamente.