PHP » GoLang |
login |
register |
about
|
GoLang MongoDB\Driver\WriteConcern::getJournal
request it (341)
GoLang replacement for PHP's MongoDB\Driver\WriteConcern::getJournal
[edit | history]
PHP MongoDB\Driver\WriteConcern::getJournalPHP original manual for MongoDB\Driver\WriteConcern::getJournal [ show | php.net ]MongoDB\Driver\WriteConcern::getJournal(mongodb >=1.0.0) MongoDB\Driver\WriteConcern::getJournal — Returns the WriteConcern's "journal" option Description
final public boolean|null MongoDB\Driver\WriteConcern::getJournal
( void
)
ParametersThis function has no parameters. Return ValuesReturns the WriteConcern's "journal" option. Errors/Exceptions
ExamplesExample #1 MongoDB\Driver\WriteConcern::getJournal() example
<?php The above example will output: NULL bool(true) bool(false) See Also |
more
Recently updated
more
Most requested
more
Last requests
|