parent root
PHP: odbc_rollback - Manual
PHP 7.2.23 Release Announcement

odbc_rollback

(PHP 4, PHP 5, PHP 7)

odbc_rollbackRollback a transaction

Description

odbc_rollback ( resource $connection_id ) : bool

Rolls back all pending statements on the connection.

Parameters

connection_id

The ODBC connection identifier, see odbc_connect() for details.

Return Values

Returns TRUE on success or FALSE on failure.

add a noteadd a note

User Contributed Notes 1 note

up
-1
Daniel
5 years ago
Check the Spanish translation! Roll back is not 'Reanudar', is almost the opposite. A better word could be 'Deshacer'.
To Top
parent root