|
update : 2015.11.03
php.shukuma.com검색:
|
MongoCollection::deleteIndexes(PECL mongo >=0.9.0) MongoCollection::deleteIndexes — Delete all indices for this collection 설명
public array MongoCollection::deleteIndexes
( void
)
인수이 함수는 인수가 없습니다. 반환값Returns the database response. 예제Example #1 MongoCollection::deleteIndexes() example This example demonstrates how to delete all indexes from a collection and the response to expect.
<?php위 예제의 출력 예시:
Array
(
[nIndexesWas] => 1
[msg] => all indexes deleted for collection
[ok] => 1
)
참고
|