DB_common::freePrepared()

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

Synopsis

boolean freePrepared (resource $stmt)

Description

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

Parameter

resource $stmt

statement resource identifier returned from prepare()

Return value

Note

This function can not be called statically.

See

prepare(), free()