For AI agents: a documentation index is available at https://www.mongodb.com/docs/llms.txt — markdown versions of all pages are available by appending .md to any URL path.
Docs Menu

MongoDB\Model\CollectionInfoIterator Class

MongoDB\Model\CollectionInfoIterator

This interface extends PHP's Iterator interface. An instance of this interface is returned by MongoDB\Database::listCollections().

This interface adds no new methods to Iterator, but specifies that current() will return an instance of MongoDB\Model\CollectionInfo.