MongoDB\BSON\Iterator::__construct

(mongodb >=1.16.0)

MongoDB\BSON\Iterator::__constructConstruit un nouvel itérateur BSON (inutilisée)

Description

final private MongoDB\BSON\Iterator::__construct()

Les objets MongoDB\BSON\Iterator sont crées en appelant MongoDB\BSON\Document::getIterator() ou MongoDB\BSON\PackedArray::getIterator() et ne peuvent pas être instanciés directement.

Liste de paramètres

Cette fonction ne contient aucun paramètre.

Voir aussi

add a note

User Contributed Notes

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