Mongo
PHP Manual

Mongo::persistConnect

(PECL mongo >=0.9.0)

Mongo::persistConnectCreates a persistent connection with a database server

설명

public boolean Mongo::persistConnect ([ string $username= "" [, string $password= "" ]] )

인수

username

A username used to identify the connection.

password

A password used to identify the connection.

반환값

If the connection was successful.

오류/예외

Throws MongoConnectionException if it fails to connect to the databases.


Mongo
PHP Manual