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 | Historial de cambios |
|---|---|---|---|
| ignore_user_abort | "0" | PHP_INI_ALL | |
| highlight.string | "#DD0000" | PHP_INI_ALL | |
| highlight.comment | "#FF8000" | PHP_INI_ALL | |
| highlight.keyword | "#007700" | PHP_INI_ALL | |
| highlight.bg | "#FFFFFF" | PHP_INI_ALL | Removed in PHP 5.4.0. |
| highlight.default | "#0000BB" | PHP_INI_ALL | |
| highlight.html | "#000000" | PHP_INI_ALL | |
| browscap | NULL | PHP_INI_SYSTEM |
He aquí una breve explicación de las directivas de configuración.
-
ignore_user_abortboolean -
FALSEpor defecto. Si se cambia aTRUElos scripts no finalizarán después de que un cliente aborte su conexión.Véase también ignore_user_abort().
-
highlight.bgstring
highlight.commentstring
highlight.defaultstring
highlight.htmlstring
highlight.keywordstring
highlight.stringstring -
Los colores para el modo Highlighting. Cualquier cosa que sea aceptable en <font color="??????"> funcionará.
-
browscapstring -
El nombre (p.ej.: browscap.ini) y la localización del archivo de aptitudes del navegador. Véase también get_browser().
There are no user contributed notes for this page.
