MongoDB\BSON\Document::getIterator
PHP Manual
PHP Manual»MongoDB\BSON\Document»MongoDB\BSON\Document::getIterator

MongoDB\BSON\Document::getIterator

(mongodb >=1.16.0)

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

Опис

final public function MongoDB\BSON\Document::getIterator(): MongoDB\BSON\Iterator

Параметри

У цієї функції немає параметрів.

Значення, що повертаються

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

Помилки/виключення

Прогляньте також

To Top