Forum und email

ifx_free_result

(No version information available, might be only in CVS)

ifx_free_result — クエリに関するリソースを解放する

説明

bool ifx_free_result ( resource $result_id )

result_id に間連するクエリの リソースを解放します。

パラメータ

result_id

result_id は、 ifx_query() または ifx_prepare() (select 型のクエリのみ!) により返された有効な結果 ID です。

返り値

成功した場合に TRUE を、失敗した場合に FALSE を返します。

参考