mongocollection.deleteindexes(3) php man page | unix.com

Man Page: mongocollection.deleteindexes

Operating Environment: php

Section: 3

MONGOCOLLECTION.DELETEINDEXES(3)					 1					  MONGOCOLLECTION.DELETEINDEXES(3)

MongoCollection::deleteIndexes - Delete all indices for this collection

SYNOPSIS
public array MongoCollection::deleteIndexes (void )
DESCRIPTION
PARAMETERS
This function has no parameters.
RETURN VALUES
Returns the database response.
EXAMPLES
Example #1 MongoCollection.deleteIndexes(3) example This example demonstrates how to delete all indexes from a collection and the response to expect. <?php $collection = $mongo->my_db->articles; $response = $collection->deleteIndexes(); print_r($response); ?> The above example will output something similar to: Array ( [nIndexesWas] => 1 [msg] => all indexes deleted for collection [ok] => 1 )
SEE ALSO
MongoCollection::createIndex, MongoCollection::deleteIndex. PHP Documentation Group MONGOCOLLECTION.DELETEINDEXES(3)
Related Man Pages
mongocollection(3) - php
mongocollection.find(3) - php
mongocollection.save(3) - php
mongocollection.ensureindex(3) - php
mongocollection.batchinsert(3) - php
Similar Topics in the Unix Linux Community
Coming Soon: Upgrade Forum Software (Dec 31 - Jan 1)
Please Welcome Don Cragun as Lead Moderator
Status of UNIX.COM Forum Transformation
The Order of the Wizard's Hat - Lifetime Achievement Award 2019 - Congrats to Wolf Machowitsch
Denial Of Service Attack Update