PHP

ibase_commit

ibase_commit

(PHP 5, PHP 7)

ibase_commit - 提交一个事务

描述

bool ibase_commit ([ resource $link_or_trans_identifier = NULL ] )

提交交易。

参数

link_or_trans_identifier

如果没有参数调用,该函数将提交默认链接的默认事务。如果参数是连接标识符,则相应连接的默认事务将被提交。如果参数是一个事务标识符,则相应的事务将被提交。

返回值

成功时返回TRUE或失败时返回FALSE

← ibase_commit_ret

ibase_connect →