Рекурсивный акроним словосочетания «PHP: Hypertext Preprocessor»
Добро пожаловать на форум PHP программистов!
За последние 24 часа нас посетили 16313 программистов и 1782 робота. Сейчас ищут 1874 программиста ...
Mongo::__construct - The __construct purpose
Вернуться к: Mongo
Mongo::__construct
(PECL mongo >=0.9.0)
Mongo::__construct — The __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.
Возвращаемые значения
Внимание
Instanciating this class will emit E_DEPRECATED
warning, and turn off acknowledged writes.
Please use the MongoClient instead.
Вернуться к: Mongo