Instalacja/Konfiguracja
PHP Manual

Konfiguracja wykonawcza

Na działanie tych funkcji wpływają ustawienia zawarte w pliku php.ini.

Mongo Opcje konfiguracyjne
Nazwa Domyślnie Możliwość zmian Rejestr zmian
mongo.default_host NULL PHP_INI_ALL
mongo.default_port NULL PHP_INI_ALL
mongo.auto_reconnect NULL PHP_INI_ALL

Szczegóły i definicje dotyczące działania PHP_INI_* znajdują się w rozdziale Where a configuration setting may be set.

Oto krótkie wyjaśnienie dyrektyw konfiguracji.

mongo.default_host string

Default hostname. "localhost" is recommended.

mongo.default_port string

The default TCP port number to use when connecting to the database server if no other port is specified. The database's default is 27017.

mongo.auto_reconnect bool

Whether to reconnect to the database if the connection is lost.


Instalacja/Konfiguracja
PHP Manual