Налаштування під час виконання

The behaviour of these functions is affected by settings in php.ini.

mongodb Параметри Конфігурації
Назва Початково Де можна змінювати Журнал Змін Comments
mongodb.debug "" PHP_INI_ALL Only available for the PHP driver, and not the HHVM one

Here's a short explanation of the configuration directives.

mongodb.debug string

Store full activity debug log in this directory or stream. The special value "stderr" can be provided to write to STDERR.

Зауваження:

Not available for HHVM

add a note add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top