Mongo::close
(PECL mongo >=0.9.0)
Mongo::close — Closes this connection
Описание
public bool Mongo::close
( void
)
If objects do not go out of scope between requests, you may wish to call
this method at the end of your program to keep old connections from hanging
around. However, it is probably more efficient use a persistent connection,
which will automatically create a connection if needed and use it for as
many requests as possible.
If you are connected to a replica set, close() will only close the connection
to the primary.
Список параметров
У этой функции нет параметров.
Возвращаемые значения
Returns if the connection was successfully closed.