PHP » GoLang |
login |
register |
about
|
GoLang MongoDB\Driver\WriteConcern::isDefault
request it (288)
GoLang replacement for PHP's MongoDB\Driver\WriteConcern::isDefault
[edit | history]
PHP MongoDB\Driver\WriteConcern::isDefaultPHP original manual for MongoDB\Driver\WriteConcern::isDefault [ show | php.net ]MongoDB\Driver\WriteConcern::isDefault(mongodb >=1.3.0) MongoDB\Driver\WriteConcern::isDefault — Checks if this is the default write concern Description
final public bool MongoDB\Driver\WriteConcern::isDefault
( void
)
Returns whether this is the default write concern (i.e. no options are specified). This method is primarily intended to be used in conjunction with MongoDB\Driver\Manager::getWriteConcern() to determine whether the Manager has been constructed without any write concern options. The driver will not include a default write concern in its write operations (e.g. MongoDB\Driver\Manager::executeBulkWrite()) in order to allow the server to apply its own default, which may have been » modified. Libraries that access the Manager's write concern to include it in their own write commands should use this method to ensure that default write concerns are left unset. ParametersThis function has no parameters. Return Values
Returns Errors/Exceptions
ExamplesExample #1 MongoDB\Driver\WriteConcern::isDefault() example
<?php The above example will output: bool(false) bool(false) bool(true) See Also
|
more
Recently updated
more
Most requested
|