|
MongoDB\Driver\WriteConcern::getJournalReturns the WriteConcern's "journal" option Description
final public boolnull MongoDB\Driver\WriteConcern::getJournal()
ParametersThis function has no parameters. Return ValuesReturns the WriteConcern's "journal" option. Errors/Exceptions
ExamplesExample #1 MongoDB\Driver\WriteConcern::getJournal example
The above example will output: NULL bool(true) bool(false) See Also |