PHP » GoLang |
login |
register |
about
|
GoLang MongoDB\Driver\WriteResult::getServer
request it (350)
GoLang replacement for PHP's MongoDB\Driver\WriteResult::getServer
[edit | history]
PHP MongoDB\Driver\WriteResult::getServerPHP original manual for MongoDB\Driver\WriteResult::getServer [ show | php.net ]MongoDB\Driver\WriteResult::getServer(mongodb >=1.0.0) MongoDB\Driver\WriteResult::getServer — Returns the server associated with this write result Description
final public MongoDB\Driver\Server MongoDB\Driver\WriteResult::getServer
( void
)
Returns the MongoDB\Driver\Server associated with this write result. This is the server that executed the MongoDB\Driver\BulkWrite. ParametersThis function has no parameters. Return ValuesReturns the MongoDB\Driver\Server associated with this write result. Errors/Exceptions
ExamplesExample #1 MongoDB\Driver\WriteResult::getServer() example
<?php The above example will output: bool(true) See Also |
more
Recently updated
more
Most requested
more
Last requests
|