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

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

DB_common::freePrepared()

DB_common::freePrepared() -- プリペアド SQL ステートメントに関連付けられたリソースを開放する

説明

プリペアド SQL ステートメントの内部表現を管理するために占有していた メモリを開放します。DB_result オブジェクト自身は削除 しません

パラメータ

resource $stmt

prepare() から返される ステートメントリソース ID。

boolean $free_resource

PHP のリソースも開放しますか? 結果セットのデータをあとで使用する場合には false を設定します。

リリース 1.7.0 以降で使用可能です。

返り値

boolean - 成功時には TRUE 、 失敗時には FALSE を返します。

注意

この関数は、スタティックにコールする ことはできません。

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

Download Documentation Last updated: Sun, 20 Jul 2008
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.