DB_common::freePrepared()

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

Synopsis

Описание

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

Параметр

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.

Возвращаемое значение

boolean - Возвращает TRUE в случае успеха и FALSE при неудаче.

Заметка

Эта функция не должна вызываться статически.

Пример

См. также

prepare(), autoPrepare(), free()

    Поддержать сайт на родительском проекте КГБ