PHP » GoLang |
login |
register |
about
|
GoLang MongoDB\Driver\Server::executeReadWriteCommand
request it (417)
GoLang replacement for PHP's MongoDB\Driver\Server::executeReadWriteCommand
[edit | history]
PHP MongoDB\Driver\Server::executeReadWriteCommandPHP original manual for MongoDB\Driver\Server::executeReadWriteCommand [ show | php.net ]MongoDB\Driver\Server::executeReadWriteCommand(mongodb >=1.4.0) MongoDB\Driver\Server::executeReadWriteCommand — Execute a database command that reads and writes on this server Description
final public MongoDB\Driver\Cursor MongoDB\Driver\Server::executeReadWriteCommand
( string
$db
, MongoDB\Driver\Command $command
[, array $options = array()
] )Executes the command on this server. This method will apply logic that is specific to commands that read and write (e.g. » findAndModify) and take the MongoDB server version into account. The "readConcern" and "writeConcern" options will default to the corresponding values from the MongoDB Connection URI. Parameters
Return ValuesReturns MongoDB\Driver\Cursor on success. Errors/Exceptions
Notes
See Also
|
more
Recently updated
more
Most requested
more
Last requests
|