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