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\DatabaseInfoIterator クラス

MongoDB\Model\DatabaseInfoIterator

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

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