DB_result::free()

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

Referentiesamenvatting

boolean free ()

Beschrijving

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

Return waarde

boolean - Geeft TRUE terug bij success, FALSE bij een fout.

Voorbeeld

Note

Deze functie kan niet statisch worden aangeroepen.