| DB_result::fetchRow() | DB_result::nextResult() |
| DB | |
| PEAR Manual | |
boolean free (
)
Deletes the result set and frees the memory occupied by the result set. Does not delete the DB_result object itself.
boolean - Returns TRUE on success, FALSE on failure.
Using free()
|
This function can not be called statically.
| DB_result::fetchRow() | DB_result::nextResult() |
| DB | |
| PEAR Manual | |