编程学问
  • 文章
  • 问题
  • 读书
  • 关于
  • 登录
  • « 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 maxdb 函数 rolls back current transactionphp mysqlnd ms 函数 starts a distributed/xa transaction among mysql serversphp mysqlnd ms 函数 commits a distributed/xa transaction among mysql serversphp odbc 函数 commit an odbc transactionphp odbc 函数 get cursornamephp odbc 函数 returns information about a current connectionphp odbc 函数 别名 odbc execphp odbc 函数 datatype of a fieldphp odbc 函数 retrieves a list of foreign keysphp odbc 函数 free resources associated with a resultphp odbc 函数 rollback a transactionphp odbc 函数 adjust odbc settingsphp odbc 函数 retrieves special columnsphp odbc 函数 retrieve statistics about a tablephp sqlsrv 函数 commits a transaction that was begun with sqlsrv begin transactionphp sqlsrv 函数 rolls back a transaction that was begun with sqlsrv begin transactionphp mysql xdevapi session rollback transactionphp mysql xdevapi session rollback transaction to savepoint
关注编程学问公众号
编程学问网 湘ICP备20001732号