编程学问
  • 文章
  • 问题
  • 读书
  • 关于
  • 登录
  • « odbc_columns
  • odbc_connect »
  • PHP Manual
  • ODBC 函数
  • Commit an ODBC transaction

odbc_commit

(PHP 4, PHP 5, PHP 7)

odbc_commit — Commit an ODBC transaction

说明

odbc_commit ( resource $connection_id ) : bool

Commits all pending transactions on the connection.

参数

connection_id

ODBC 连接标识符,详见 odbc_connect()。

返回值

成功时返回 TRUE, 或者在失败时返回 FALSE。

相关文章
php cubrid 函数 commit a transactionphp eio 函数 commit buffer cache to diskphp frontbase 函数 set the transaction locking and isolationphp firebird/interbase 函数 commit a transaction without closing itphp firebird/interbase 函数 commit a transactionphp firebird/interbase 函数 roll back a transactionphp ingres 函数 commit a transactionphp mcve 函数 check to see if a transaction has completedphp mcve 函数 add key/value pair to a transaction. replaces deprecated transparam php mcve 函数 start a new transactionphp odbc 函数 handling of binary column dataphp odbc 函数 close all odbc connectionsphp odbc 函数 close an odbc connectionphp odbc 函数 commit an odbc transactionphp odbc 函数 fetch a result row as an objectphp odbc 函数 fetch a rowphp odbc 函数 prepares a statement for executionphp odbc 函数 gets the primary keys for a tablephp odbc 函数 rollback a transactionphp svn 函数 abort a transaction returns true if everything is okay false otherwise
关注编程学问公众号
编程学问网 湘ICP备20001732号