MongoDB\BSON\MaxKey::__construct

(mongodb >=1.0.0)

MongoDB\BSON\MaxKey::__constructConstruct a new MaxKey

설명

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

인수

이 함수는 인수가 없습니다.

오류/예외

예제

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

<?php

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

?>

위 예제의 출력:

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

User Contributed Notes

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