Mongo
PHP Manual

Mongo::pairConnect

(PECL mongo >=0.9.0)

Mongo::pairConnectConnects to paired database server

Opis

public boolean Mongo::pairConnect ( void )

To successfully create a paired connection, $this->server must be a string of the form "server1,server2".

Parametry

Ta funkcja nie posiada parametrów.

Zwracane wartości

If the connection was successful.

Błędy/Wyjątki

Throws MongoConnectionException if it fails to connect to the databases.


Mongo
PHP Manual