update : 2015.11.03
php.shukuma.com검색:
|
MongoCollection::toIndexString(PECL mongo >=0.9.0) MongoCollection::toIndexString — Converts keys specifying an index to its identifying string 설명Warning
This method is deprecated since version 1.5.0. 인수
반환값Returns a string that describes the index. 예제Example #1 MongoCollection::toIndexString() example This example shows how you can create an index name out 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. 변경점
|