Configuración en tiempo de ejecución
El comportamiento de estas funciones se ve afectado por la configuración de php.ini.
| Nombre | Por defecto | Cambiable | Changelog |
|---|---|---|---|
| htscanner.config_file | ".htscanner" | PHP_INI_SYSTEM | |
| htscanner.default_docroot | "/" | PHP_INI_SYSTEM | |
| htscanner.default_ttl | "300" | PHP_INI_SYSTEM | |
| htscanner."stop_on_error" | "Off" | PHP_INI_SYSTEM |
He aquí una breve explicación de las directivas de configuración.
- htscanner.config_file string
-
Nombre para el archivo de configuración.
- htscanner.default_docroot string
-
Documentación de root por omisión.
- htscanner.default_ttl int
-
Tiempo de cache para la configuración de los datos, en segundos.
- htscanner.stop_on_error int
-
Parar los errores (parse error, no puede ser establecido en ini).
There are no user contributed notes for this page.
