PHP » GoLang |
login |
register |
about
|
GoLang MongoDB\Driver\WriteResult::isAcknowledged
request it (378)
GoLang replacement for PHP's MongoDB\Driver\WriteResult::isAcknowledged
[edit | history]
PHP MongoDB\Driver\WriteResult::isAcknowledgedPHP original manual for MongoDB\Driver\WriteResult::isAcknowledged [ show | php.net ]MongoDB\Driver\WriteResult::isAcknowledged(mongodb >=1.0.0) MongoDB\Driver\WriteResult::isAcknowledged — Returns whether the write was acknowledged Description
final public bool MongoDB\Driver\WriteResult::isAcknowledged
( void
)
If the write is acknowledged, other count fields will be available on the MongoDB\Driver\WriteResult object. ParametersThis function has no parameters. Return Values
Returns Errors/Exceptions
ExamplesExample #1 MongoDB\Driver\WriteResult::isAcknowledged() with acknowledged write concern
<?php The above example will output: bool(true) Example #2 MongoDB\Driver\WriteResult::isAcknowledged() with unacknowledged write concern
<?php The above example will output: bool(false) |
more
Recently updated
more
Most requested
more
Last requests
|