MDB_Common::fetchInto() | MDB_Common::getAll() |
MDB | |
PEAR Manual | |
require_once 'MDB.php'; |
boolean freeResult (
resource $result
)
Deletes the result set and frees the memory occupied by the result set.
boolean - Returns TRUE on success, FALSE on failure.
This function can not be called statically.
MDB_Common::fetchInto() | MDB_Common::getAll() |
MDB | |
PEAR Manual | |