The MongoDB\Driver\ServerApi class

(mongodb >=1.10.0)

Einführung

Klassenbeschreibung

final class MongoDB\Driver\ServerApi implements MongoDB\BSON\Serializable, Serializable {
/* Constants */
const string MongoDB\Driver\ServerAPI::V1 = "1";
/* Methoden */
final public bsonSerialize(): object
final public __construct(string $version, bool $strict = null, bool $deprecationErrors = null)
final public serialize(): string
final public unserialize(string $serialized): void
}

Vordefinierte Konstanten

MongoDB\Driver\ServerApi::V1

Server API version 1.

Beispiele

Beispiel #1 Declare an API version on a manager

<?php

use MongoDB\Driver\Manager;
use 
MongoDB\Driver\ServerApi;

$v1 = new ServerApi(ServerApi::v1);
$manager = new Manager('mongodb://localhost:27017', [], ['serverApi' => $v1]);

$command = new MongoDB\Driver\Command(['buildInfo' => 1]);

try {
    
$cursor $manager->executeCommand('admin'$command);
} catch(
MongoDB\Driver\Exception $e) {
    echo 
$e->getMessage(), "\n";
    exit;
}

/* The buildInfo command returns a single result document, so we need to access
 * the first result in the cursor. */
$buildInfo $cursor->toArray()[0];

echo 
$buildInfo->version"\n";

?>

Das oben gezeigte Beispiel erzeugt folgende Ausgabe:

4.9.0-alpha7-49-gb968ca0

Beispiel #2 Declare a strict API version on a manager

The following example sets the strict flag, which tells the server to reject any command that is not part of the declared API version. This results in an error when running the buildInfo command.

<?php

use MongoDB\Driver\Manager;
use 
MongoDB\Driver\ServerApi;

$v1 = new ServerApi(ServerApi::v1true);
$manager = new Manager('mongodb://localhost:27017', [], ['serverApi' => $v1]);

$command = new MongoDB\Driver\Command(['buildInfo' => 1]);

try {
    
$cursor $manager->executeCommand('admin'$command);
} catch(
MongoDB\Driver\Exception $e) {
    echo 
$e->getMessage(), "\n";
    exit;
}

/* The buildInfo command returns a single result document, so we need to access
 * the first result in the cursor. */
$buildInfo $cursor->toArray()[0];

echo 
$buildInfo->version"\n";

?>

Das oben gezeigte Beispiel erzeugt folgende Ausgabe:

Provided apiStrict:true, but the command buildInfo is not in API Version 1

Inhaltsverzeichnis

Hier Kannst Du einen Kommentar verfassen


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

Was genau bedeutet "Vibe Coding"? Ein tiefgehender Blick für Entwickler

In der Welt der Softwareentwicklung gibt es unzählige Wege, wie man an ein Projekt herangeht. Manche schwören auf strikte Planung, andere auf bewährte Algorithmen und wieder andere lassen sich von etwas ganz anderem leiten: ihrem Gefühl. ...

admin

Autor : admin
Kategorie: Software & Web-Development

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

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

Kostenloses Buch zu Java 7

I recently came across Pain Cure Oil (https://6a435da0a1c42.site123.me/) while searching for massage products. The quality impressed me because it ...

Geschrieben von bakihanama am 07.07.2026 11:45:17
Forum: News / Kostenloses
Suche nach Best Practices zur Leistungsoptimierung von PHP-Skripten!!

PHP Performance Cheat Sheet: Activate OPcache: The absolute priority. It stores precompiled script bytecode in shared memory so PHP doesn't have ...

Geschrieben von dalaowang123 am 07.07.2026 10:15:42
Forum: PHP Developer Forum
write my essay for me as a struggling mature student

Global Assignment Help understood exactly what I meant when I asked them to write my essay for me as a struggling mature student who had spent twe ...

Geschrieben von sarahmitchell am 05.07.2026 10:06:16
Forum: Ankündigungen
Buy undetectable counterfeit money grade A SSD CHEM ATM CLONED CARDS FOR SALE

Buy undetectable counterfeit money grade AAA SSD CHEM | ATM CLONED CARDS FOR SALE WhatsApp: +237673528224 We are the best and Unique producer ...

Geschrieben von Loyalty am 04.07.2026 12:02:37
Forum: PHP Developer Forum