update : 2015.11.03
php.shukuma.com

검색:
 
 
Drops a collection [deprecated]

MongoDB::dropCollection

(PECL mongo >=0.9.0)

MongoDB::dropCollectionDrops a collection [deprecated]

설명

public array MongoDB::dropCollection ( mixed $coll )
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.