MongoDB\BSON\Iterator::__construct

(mongodb >=1.16.0)

MongoDB\BSON\Iterator::__constructConstruye un nuevo iterador BSON (no utilizado)

Descripción

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

Los objetos MongoDB\BSON\Iterator se crean llamando a MongoDB\BSON\Document::getIterator() o MongoDB\BSON\PackedArray::getIterator() y no pueden ser instanciados directamente.

Parámetros

Esta función no tiene parámetros.

Ver también

add a note

User Contributed Notes

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