sqlsrv_rollback

 bool sqlsrv_rollback ( resource $conn ) 

説明

Rolls back a transaction that was begun with sqlsrv_begin_transaction() and returns the connection to auto-commit mode.

戻り値

Returns TRUE on success or FALSE on failure.