| DB_common::executeMultiple() (Previous) | (Next) DB_common::getAll() | ||||
| |
|||||
|
|||||
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 - Visszatérési értéke TRUE sikeres futás esetén, FALSE amennyiben hiba lépett fel.
Példa 35-1. Using freePrepared()
|
| DB_common::executeMultiple() (Previous) | (Next) DB_common::getAll() | ||||||||
| |
|||||||||
|
|||||||||