MongoDB\BSON\Iterator::__construct

(No version information available, might only be in Git)

MongoDB\BSON\Iterator::__constructConstruct a new BSON iterator (unused)

Description

finalprivateMongoDB\BSON\Iterator::__construct()

MongoDB\BSON\Iterator objects are created by calling MongoDB\BSON\Document::getIterator() or MongoDB\BSON\PackedArray::getIterator() and cannot be instantiated directly.

Liste de paramètres

Cette fonction ne contient aucun paramètre.

Voir aussi

To Top