Statement on glibc/iconv Vulnerability

MongoDB\BSON\MaxKey::__construct

(mongodb >=1.0.0)

MongoDB\BSON\MaxKey::__constructConstruct a new MaxKey

Descrizione

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

Elenco dei parametri

Questa funzione non contiene parametri.

Errori/Eccezioni

Esempi

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

<?php

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

?>

Il precedente esempio visualizzerà:

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

Vedere anche:

add a note

User Contributed Notes

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