PHP
downloads | documentation | faq | getting help | mailing lists | reporting bugs | php.net sites | links | conferences | my php.net

search for in the

ibase_commit> <ibase_close
Last updated: Fri, 05 Sep 2008

view this page in

ibase_commit_ret

(PHP 5)

ibase_commit_retトランザクションを閉じずにコミットする

説明

bool ibase_commit_ret ([ resource $link_or_trans_identifier ] )

トランザクションを閉じずにコミットします。

パラメータ

link_or_trans_identifier

引数なしでコールされた場合、この関数はデフォルトリンクのデフォルトの トランザクションをコミットします。引数が接続 ID だった場合、対応する 接続のデフォルトのトランザクションをコミットします。引数が トランザクション ID だった場合、対応するトランザクションをコミットします。 トランザクションコンテキストはそのまま維持され、このトランザクション内で 実行された文は取り消されません。

返り値

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



add a note add a note User Contributed Notes
ibase_commit_ret
There are no user contributed notes for this page.

ibase_commit> <ibase_close
Last updated: Fri, 05 Sep 2008
 
 
show source | credits | sitemap | contact | advertising | mirror sites