MongoDB::dropCollection

(PECL mongo >=0.9.0)

MongoDB::dropCollectionDrops a collection [deprecated]

说明

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

Deprecated

Use MongoCollection::drop() instead.

This function leaks memory in version 1.0.7 and earlier!

参数

coll

MongoCollection or name of collection to drop.

返回值

Returns the database response.

User Contributed Notes

There are no user contributed notes for this page.