Mongo::dropDB

(PECL mongo >=0.9.0)

Mongo::dropDBDrops a database [deprecated]

Beskrivelse

public array Mongo::dropDB ( mixed $db )
Advarsel

Deprecated

Use MongoDB::drop() instead.

Parametre

db

The database to drop. Can be a MongoDB object or the name of the database.

Returnerings Værdier

Returns the database response.

add a note add a note

User Contributed Notes

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