update : 2015.11.03
php.shukuma.com

검색:
 
 
The __construct purpose

Mongo::__construct

(PECL mongo >=0.9.0)

Mongo::__constructThe __construct purpose

설명

public Mongo::__construct ([ string $server [, array $options ]] )

This method overwrites the MongoClient constructor and turns off acknowledged writes.

Please see MongoClient::__construct() for description of the parameters.

반환값

Warning

Instanciating this class will emit E_DEPRECATED warning, and turn off acknowledged writes.

Please use the MongoClient instead.