(mongodb >=1.5.0)
MongoDB\Driver\Session::abortTransaction — Aborts a transaction
This method aborts an existing transaction and all the associated operations are rolled back. It is like all operations that were part of this transaction never existed.
This function has no parameters.
No value is returned.