Mongo Funktionen
PHP Manual

mongo_close

(PECL mongo >= 0.8.0)

mongo_closeCloses a connection to the database

Beschreibung

bool mongo_close ( resource $connection )

Close a connection to the database and frees the connection object.

Parameter-Liste

connection

The database connection to close.

Rückgabewerte

Gibt bei Erfolg TRUE zurück, im Fehlerfall FALSE.

Siehe auch


Mongo Funktionen
PHP Manual