PHP Doku:: Drops a database [deprecated] - mongo.dropdb.html

Verlauf / Chronik / History: (4) anzeigen

Sie sind hier:
Doku-StartseitePHP-HandbuchFunktionsreferenzDatenbankerweiterungenAnbieterspezifische DatenbankerweiterungenMongoDB Native DriverCore ClassesThe Mongo classMongo::dropDB

Ein Service von Reinhard Neidl - Webprogrammierung.

The Mongo class

<<Mongo::__construct

Mongo::__get>>

Mongo::dropDB

(PECL mongo >=0.9.0)

Mongo::dropDBDrops a database [deprecated]

Beschreibung

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

Deprecated

Use MongoDB::drop() instead.

Parameter-Liste

db

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

Rückgabewerte

Returns the database response.


Keine BenutzerBeiträge.
- Beiträge aktualisieren...



PHP Powered Diese Seite bei php.net
The PHP manual text and comments are covered by the Creative Commons Attribution 3.0 License © the PHP Documentation Group - Impressum - mail("TO:Reinhard Neidl",...)