MongoDB\Driver\Session::isDirty

Returns whether the session has been marked as dirty

説明

final public bool MongoDB\Driver\Session::isDirty()

Returns whether the session has been marked as dirty (i.e. it has been used with a command that encountered a network error).

パラメータ

この関数にはパラメータはありません。

戻り値

Returns whether the session has been marked as dirty.

エラー / 例外

  • Throws MongoDB\Driver\Exception\InvalidArgumentException on argument parsing errors.