定义
MongoDB\Model\CollectionInfoIterator该接口扩展了 PHP 的迭代器接口。此接口的实例由
MongoDB\Database::listCollections()返回。
方法
此接口没有向 Iterator 添加新方法,但指定 current() 将返回 MongoDB\Model\CollectionInfo 的实例。
MongoDB\Model\CollectionInfoIterator该接口扩展了 PHP 的迭代器接口。此接口的实例由 MongoDB\Database::listCollections() 返回。
此接口没有向 Iterator 添加新方法,但指定 current() 将返回 MongoDB\Model\CollectionInfo 的实例。