MongoDB\BSON\Document::getIterator

(mongodb >=1.16.0)

MongoDB\BSON\Document::getIteratorReturns an iterator for the BSON document

Beschreibung

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

Parameter-Liste

Diese Funktion besitzt keine Parameter.

Rückgabewerte

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

Fehler/Exceptions

Siehe auch

To Top