Join us Sept 17 at .local NYC! Use code WEB50 to save 50% on tickets. Learn more >
MongoDB Event
Docs Menu
Docs Home
/ / /
PHP 라이브러리 매뉴얼
/ /

MongoDB\Model\CollectionInfoIterator 클래스

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.