Join us Sept 17 at .local NYC! Use code WEB50 to save 50% on tickets. Learn more >
MongoDB Event
Menu Docs
Página inicial do Docs
/ / /
Manual da Biblioteca PHP
/ /

MongoDB\Model\IndexInfo class

MongoDB\Model\IndexInfo

Esta classe modela informações sobre um índice. As instâncias dessa classe são retornadas atravessando um MongoDB\Model\IndexInfoIterator, que é retornado por 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 [].

Observação

Voltar

isEmpty()