PHP 8.6.0 Alpha 2 available for testing

MongoDB\BSON\MaxKey::__construct

(mongodb >=1.0.0)

MongoDB\BSON\MaxKey::__constructConstruye un nuevo MaxKey

Descripción

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

Parámetros

Esta función no contiene ningún parámetro.

Errores/Excepciones

Ejemplos

Ejemplo #1 Ejemplo con MongoDB\BSON\MaxKey::__construct()

<?php

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

?>

El ejemplo anterior mostrará:

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

Véase también

add a note

User Contributed Notes

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