Mongo
PHP Manual

Mongo::__construct

(PECL mongo >=0.9.0)

Mongo::__constructCreates a new database connection object

설명

Mongo::__construct ([ string $server= NULL [, boolean $connect= TRUE [, boolean $persistent= FALSE [, boolean $paired= FALSE ]]]] )

인수

server

The server name.

connect

If the driver should connect to the database before returning.

persistent

If the connection should be persistent.

paired

If the connection should be paired.

반환값

Returns a new database connection object.

오류/예외

Throws MongoConnectionException if it tries and fails to connect to the database.


Mongo
PHP Manual