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

MongoDB\Model\IndexInfo

このクラスは、インデックスに関する情報をモデル化します。 このクラスのインスタンスは、 MongoDB\Model\IndexInfoIteratorをトラバースすることで返されます。これはMongoDB\Collection::listIndexes()によって返されます。

This class implements PHP's ArrayAccess interface. This provides a mechanism for accessing index fields for which there exists no helper method. isset() may be used to check for the existence of a field before accessing it with [].

注意

戻る

isEmpty()