MongoDB\BSON\PackedArray::getIterator

(mongodb >=1.16.0)

MongoDB\BSON\PackedArray::getIteratorReturns an iterator for the BSON array

Description

finalpublicMongoDB\BSON\PackedArray::getIterator(): MongoDB\BSON\Iterator

Liste de paramètres

Cette fonction ne contient aucun paramètre.

Valeurs de retour

Returns a MongoDB\BSON\Iterator instance that can be used to iterate over all indexes in the array.

Erreurs / Exceptions

Voir aussi

To Top