PHP 8.4.26 Released!

MongoDB\BSON\Iterator::__construct

(mongodb >=1.16.0)

MongoDB\BSON\Iterator::__construct — Construct a new BSON iterator (unused)

Beschreibung

final private function 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.

Parameter-Liste

Diese Funktion besitzt keine Parameter.

Siehe auch

+add a note

User Contributed Notes

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