MongoDB\Driver\Server::executeWriteCommand

(mongodb >=1.4.0)

MongoDB\Driver\Server::executeWriteCommandExecute a database command that writes on this server

Beschreibung

final public MongoDB\Driver\Server::executeWriteCommand(string $db, MongoDB\Driver\Command $command, array $options = array()): MongoDB\Driver\Cursor

Executes the command on this server.

This method will apply logic that is specific to commands that write (e.g. » drop) and take the MongoDB server version into account. The "writeConcern" option will default to the corresponding value from the MongoDB Connection URI.

Hinweis: This method is not intended to be used to execute » insert, » update, or » delete commands. Users are encouraged to use MongoDB\Driver\Server::executeBulkWrite() for those commands.

Parameter-Liste

db (string)

The name of the database on which to execute the command.

command (MongoDB\Driver\Command)

The command to execute.

options

options
Option Type Description
session MongoDB\Driver\Session

A session to associate with the operation.

writeConcern MongoDB\Driver\WriteConcern

A write concern to apply to the operation.

Warnung

If you are using a "session" which has a transaction in progress, you cannot specify a "readConcern" or "writeConcern" option. This will result in an MongoDB\Driver\Exception\InvalidArgumentException being thrown. Instead, you should set these two options when you create the transaction with MongoDB\Driver\Session::startTransaction().

Rückgabewerte

Returns MongoDB\Driver\Cursor on success.

Fehler/Exceptions

Changelog

Version Beschreibung
PECL mongodb 1.4.4 MongoDB\Driver\Exception\InvalidArgumentException will be thrown if the "session" option is used in combination with an unacknowledged write concern.

Anmerkungen

Hinweis: It is the caller's responsibility to ensure that the server is capable of executing the write operation. For example, executing a write operation on a secondary (excluding its "local" database) will fail.

Siehe auch

Hier Kannst Du einen Kommentar verfassen


Bitte gib mindestens 10 Zeichen ein.
Wird geladen... Bitte warte.
* Pflichtangabe
Es sind noch keine Kommentare vorhanden.

PHP cURL-Tutorial: Verwendung von cURL zum Durchführen von HTTP-Anfragen

cURL ist eine leistungsstarke PHP-Erweiterung, die es Ihnen ermöglicht, mit verschiedenen Servern über verschiedene Protokolle wie HTTP, HTTPS, FTP und mehr zu kommunizieren. ...

TheMax

Autor : TheMax
Kategorie: PHP-Tutorials

Midjourney Tutorial - Anleitung für Anfänger

Über Midjourney, dem Tool zur Erstellung digitaler Bilder mithilfe von künstlicher Intelligenz, gibt es ein informatives Video mit dem Titel "Midjourney Tutorial auf Deutsch - Anleitung für Anfänger" ...

Mike94

Autor : Mike94
Kategorie: KI Tutorials

Grundlagen von Views in MySQL

Views in einer MySQL-Datenbank bieten die Möglichkeit, eine virtuelle Tabelle basierend auf dem Ergebnis einer SQL-Abfrage zu erstellen. ...

admin

Autor : admin
Kategorie: mySQL-Tutorials

Tutorial veröffentlichen

Tutorial veröffentlichen

Teile Dein Wissen mit anderen Entwicklern weltweit

Du bist Profi in deinem Bereich und möchtest dein Wissen teilen, dann melde dich jetzt an und teile es mit unserer PHP-Community

mehr erfahren

Tutorial veröffentlichen

How to overcome Safari's iframe cookie block?

For data exchange between domains, think about utilizing local storage, but be mindful of any possible drawbacks. Perhaps more reliable are server ...

Geschrieben von eugenecohen am 26.11.2024 03:17:31
Forum: HTML, JavaScript, AJAX, jQuery, CSS, Bootstrap, LESS
Wer kennt sich mit Selenium aus oder hat zufällig ein geeignetes Script?

Prior to calling the subsequent URL, ensure that the PHP script stores the source code for each URL.

Geschrieben von eugenecohen am 26.11.2024 03:07:04
Forum: PHP Developer Forum
Wer kennt sich mit Selenium aus oder hat zufällig ein geeignetes Script?

Bitte nutzen Sie Selenium, um den Quelltext auszulesen und die gewünschten Metadaten in einer.txt-Datei abzuspeichern. Stellen Sie sicher, dass d ...

Geschrieben von eugenecohen am 26.11.2024 03:03:59
Forum: PHP Developer Forum
Wer kennt sich mit Selenium aus oder hat zufällig ein geeignetes Script?

Please use Selenium to read the source code and save the desired metadata in a .txt file. Make sure that the PHP script saves the source code of e ...

Geschrieben von eugenecohen am 26.11.2024 03:03:24
Forum: PHP Developer Forum