odbc_rollback

(PHP 4, PHP 5, PHP 7, PHP 8)

odbc_rollbackDesfaz uma transação

Descrição

odbc_rollback ( resource $connection_id ) : bool

Desfaz todos os comandos pendentes em conexão.

Parâmetros

connection_id

O identificador da conexão.

Valor Retornado

Retorna true em caso de sucesso ou false em caso de falha.

add a note add a note

User Contributed Notes 1 note

up
-2
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