MongoDB\BSON\MaxKey::__construct

(mongodb >=1.0.0)

MongoDB\BSON\MaxKey::__constructConstruct a new MaxKey

Beschreibung

final public MongoDB\BSON\MaxKey::__construct()

Parameter-Liste

Diese Funktion besitzt keine Parameter.

Fehler/Exceptions

Beispiele

Beispiel #1 MongoDB\BSON\MaxKey::__construct() example

<?php

var_dump
(new MongoDB\BSON\MaxKey());

?>

Das oben gezeigte Beispiel erzeugt folgende Ausgabe:

object(MongoDB\BSON\MaxKey)#1 (0) {
}

Siehe auch

add a note add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top