MongoDB\BSON\Iterator::__construct

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

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

Descrizione

final private MongoDB\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.

Elenco dei parametri

Questa funzione non contiene parametri.

Vedere anche:

add a note

User Contributed Notes

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