编程学问
  • 文章
  • 问题
  • 读书
  • 关于
  • 登录
  • « odbc_result
  • odbc_setoption »
  • PHP Manual
  • ODBC 函数
  • Rollback a transaction

odbc_rollback

(PHP 4, PHP 5, PHP 7)

odbc_rollback — Rollback a transaction

说明

odbc_rollback ( resource $connection_id ) : bool

Rolls back all pending statements on the connection.

参数

connection_id

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

返回值

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

相关文章
php ibm db2 函数 rolls back a transactionphp frontbase 函数 rollback a transaction to the databasephp firebird/interbase 函数 commit a transactionphp firebird/interbase 函数 begin a transactionphp mcve 函数 delete specified transaction from mcve conn structurephp mcve 函数 check to see if the transaction was successfulphp mcve 函数 whether or not to validate the passed identifier on any transaction it is passed tophp odbc 函数 commit an odbc transactionphp odbc 函数 connect to a datasourcephp odbc 函数 get cursornamephp odbc 函数 returns information about a current connectionphp odbc 函数 别名 odbc field lenphp odbc 函数 get the scale of a fieldphp odbc 函数 datatype of a fieldphp odbc 函数 retrieves a list of foreign keysphp odbc 函数 get result dataphp odbc 函数 rollback a transactionphp odbc 函数 adjust odbc settingsphp svn 函数 creates and returns a transaction rootphp mysql xdevapi session rollback transaction
关注编程学问公众号
编程学问网 湘ICP备20001732号