MongoDB\Driver\Session::isDirty
PHP function
Edit on GitHub ✎
(mongodb >=1.13.0)
Returns whether the session has been marked as dirty
Description
MongoDB\Driver\Session::isDirty(): bool
Returns whether the session has been marked as dirty (i.e. it has been used with a command that encountered a network error).
Parameters Parameters
Return Values
Returns whether the session has been marked as dirty.