MongoDB::dropCollection

(PECL mongo >=0.9.0)

MongoDB::dropCollectionDrops a collection [deprecated]

Opis

public MongoDB::dropCollection ( mixed $coll ) : array
Ostrzeżenie

Deprecated

Use MongoCollection::drop() instead.

This function leaks memory in version 1.0.7 and earlier!

Parametry

coll

MongoCollection or name of collection to drop.

Zwracane wartości

Returns the database response.

add a note add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top