DB_common::executeMultiple() | DB_common::getAll() |
DB | |
PEAR Manual | |
boolean freePrepared (
resource $stmt
,
boolean $free_resource = true
)
Removes the memory occupied by the internal notations that keep track of prepared SQL statements. Does not delete the DB_result object itself.
statement resource identifier returned from prepare()
should the PHP resource be freed too? Use false if you need to get data from the result set later.
Parameter available since Release 1.7.0.
boolean - Returns TRUE on success, FALSE on failure.
This function can not be called statically.
Using freePrepared()
|
DB_common::executeMultiple() | DB_common::getAll() |
DB | |
PEAR Manual | |