对于 AI 代理:可在 https://www.mongodb.com/zh-cn/docs/llms.txt 获取文档索引—通过在任何 URL 路径后添加 .md 可获取所有页面的 Markdown 版本。
Docs 菜单

MongoDB\Model\IndexInfoIterator 类

MongoDB\Model\IndexInfoIterator

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

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