odbc_rollback

(PHP 4, PHP 5, PHP 7)

odbc_rollbackRollback a transaction

설명

bool odbc_rollback ( resource $connection_id )

Rolls back all pending statements on the connection.

인수

connection_id

ODBC 접속 식별자. odbc_connect()를 참고하십시오.

반환값

성공 시 TRUE를, 실패 시 FALSE를 반환합니다.

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