Configuración en tiempo de ejecución
El comportamiento de estas
funciones está afectado por los valores definidos en
php.ini.
Opciones Varias de Configuración
| Nombre |
Predeterminado |
Modificable |
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 |
Eliminada en PHP 6.0.0. |
| highlight.default |
"#0000BB" |
PHP_INI_ALL |
|
| highlight.html |
"#000000" |
PHP_INI_ALL |
|
| browscap |
NULL |
PHP_INI_SYSTEM |
|
For further details and definitions of the
PHP_INI_* constants, see the
php.ini directives.
A continuación se
presenta una corta explicación de las directivas de
configuración.
-
ignore_user_abort
boolean
-
FALSE por omisión. Si se modifica a TRUE, los scripts no serán
terminados después de que un cliente haya abortado su conexión.
Vea también ignore_user_abort().
-
highlight.bg
string
highlight.comment
string
highlight.default
string
highlight.html
string
highlight.keyword
string
highlight.string
string
-
Colores para el modo de Resaltado de Sintaxis. Cualquier cosa que sea
aceptable en <font color="??????"> debería funcionar.
-
browscap
string
-
Nombre (p.ej.: browscap.ini) y ubicación del
archivo de capacidades del navegador. Vea también
get_browser().