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

search for in the

ibase_connect> <ibase_commit_ret
[edit] Last updated: Fri, 10 Feb 2012

view this page in

ibase_commit

(PHP 4, PHP 5)

ibase_commitトランザクションをコミットする

説明

bool ibase_commit ([ resource $link_or_trans_identifier = NULL ] )

トランザクションをコミットします。

パラメータ

link_or_trans_identifier

引数なしでコールされた場合、この関数はデフォルトリンクの デフォルトのトランザクションをコミットします。引数が接続 ID であった場合は、対応する接続のデフォルトのトランザクションを コミットします。引数がトランザクション ID であった場合は、 対応するトランザクションがコミットされます。

返り値

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



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

 
show source | credits | stats | sitemap | contact | advertising | mirror sites