• 首页
  • vue
  • TypeScript
  • JavaScript
  • scss
  • css3
  • html5
  • php
  • MySQL
  • redis
  • jQuery
  • odbc_rollback()

    (PHP 4, PHP 5, PHP 7)

    Rollback a transaction

    说明

    odbc_rollback(resource $connection_id): bool

    Rolls back all pending statements on the connection.

    参数

    $connection_id

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

    返回值

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

    Check the Spanish translation! Roll back is not 'Reanudar', is almost the opposite. A better word could be 'Deshacer'.

    上篇:odbc_result()

    下篇:odbc_setoption()