PHP Velho Oeste 2024

MongoDB::dropCollection

(PECL mongo >=0.9.0)

MongoDB::dropCollectionDrops a collection [deprecated]

Descrição

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

Deprecated

Use MongoCollection::drop() instead.

This function leaks memory in version 1.0.7 and earlier!

Parâmetros

coll

MongoCollection or name of collection to drop.

Valor Retornado

Returns the database response.

add a note add a note

User Contributed Notes

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