(mongodb >=1.5.0)
MongoDB\Driver\Session::commitTransaction — 提交事务
保存多文档事务中操作所做的更改并结束事务。在提交之前,事务内进行的所有数据更改在事务之外不可见。
此函数没有参数。
不返回任何值。
"errorLabels"
元素,并且此数组包含 "TransientTransactionError"
或 "UnUnknownTransactionCommitResult"
值,则可以安全地重新尝试整个事务。在较新的扩展版本中,应该使用 MongoDB\Driver\Exception\RuntimeException::hasErrorLabel() 来测试这种情况。