(PHP 4, PHP 5, PHP 7)
odbc_rollback — Rollback a transaction
$connection_id
Rolls back all pending statements on the connection.
connection_id
ODBC 접속 식별자. odbc_connect()를 참고하십시오.
성공 시 TRUE를, 실패 시 FALSE를 반환합니다.
TRUE
FALSE