odbc_rollback

(PHP 4, PHP 5, PHP 7)

odbc_rollbackRollback a transaction

Descrierea

odbc_rollback ( resource $odbc ) : bool

Rolls back all pending statements on the connection.

Parametri

odbc

Identificatorul conexiunii ODBC, accesați odbc_connect() pentru detalii.

Valorile întoarse

Întoarce valoarea true în cazul succesului sau false în cazul eșecului.

add a note add a note

User Contributed Notes 1 note

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