DB_common::executeMultiple() (Previous) (Next) DB_common::getAll()

View this page in Last updated: Sun, 01 Jul 2007
English | Dutch | French | German | Hungarian | Japanese | Polish | Russian | Spanish | Plain HTML

DB_common::freePrepared()

DB_common::freePrepared() -- Releases resources associated with a prepared SQL statement

Leírás

Removes the memory occupied by the internal notations that keep track of prepared SQL statements. Does not delete the DB_result object itself.

Paraméterek

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.

Visszatérési érték

boolean - Visszatérési értéke TRUE sikeres futás esetén, FALSE amennyiben hiba lépett fel.

Megjegyzés

Ez a függvény nem hívható statikusan.

DB_common::executeMultiple() (Previous) (Next) DB_common::getAll()

Download Documentation Last updated: Sun, 01 Jul 2007
Do you think that something on this page is wrong? Please file a bug report or add a note.
User Notes:
There are no user contributed notes for this page.