MongoDB
PHP Manual

MongoDB::dropCollection

(PECL mongo >=0.9.0)

MongoDB::dropCollectionDrops a collection [deprecated]

Descrierea

public array MongoDB::dropCollection ( mixed $coll )
Avertizare

Deprecated

Use MongoCollection::drop() instead.

This function leaks memory in version 1.0.7 and earlier!

Parametri

coll

MongoCollection or name of collection to drop.

Valorile întoarse

Returns the database response.


MongoDB
PHP Manual