Mongo 関数
PHP Manual

mongo_close

(PECL mongo >= 0.8.0)

mongo_closeCloses a connection to the database

説明

bool mongo_close ( resource $connection )

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

パラメータ

connection

The database connection to close.

返り値

成功した場合に TRUE を、失敗した場合に FALSE を返します。

参考


Mongo 関数
PHP Manual