Join us Sept 17 at .local NYC! Use code WEB50 to save 50% on tickets. Learn more >
MongoDB Event
Docs 菜单
Docs 主页
/ / /
PHP 库手册
/ /

MongoDB\Model\IndexInfoIterator 类

MongoDB\Model\IndexInfoIterator

此接口扩展了 PHP 的 迭代器 接口。此接口的实例由MongoDB\Collection::listIndexes() 返回。

此接口没有向 Iterator 添加新方法,但指定 current() 将返回MongoDB\Model\IndexInfo 的实例。