DB_common::freePrepared()
Opis
Removes the memory occupied by the internal notations that keep track of prepared SQL statements. Does not delete the DB_result object itself.
Parametr
- resource $stmt
statement resource identifier returned from prepare()
- boolean $free_resource
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.
Przykład
Przykład 35-1. Using freePrepared()
|
| Poprzedni | Spis treści | Następny |
| DB_common::executeMultiple() | Początek rozdziału | DB_common::getAll() |