|
MongoCollection::toIndexString(Информация о версии неизвестна, возможно, только в SVN) MongoCollection::toIndexString — Converts keys specifying an index to its identifying string ОписаниеСписок параметров
Возвращаемые значенияReturns a string that describes the index. ПримерыПример #1 MongoCollection::toIndexString() example This example shows how you can create an index name out of of keys. Because this is a protected (static) method, you need to overload it in a child class first.
<?php Смотрите такжеMongoDB core docs on » indexes. |
|