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" | INI_ALL |
|
highlight.string | "#DD0000" | INI_ALL |
|
highlight.comment | "#FF8000" | INI_ALL |
|
highlight.keyword | "#007700" | INI_ALL |
|
highlight.bg | "#FFFFFF" | INI_ALL |
Removed in PHP 5.4.0. |
highlight.default | "#0000BB" | INI_ALL |
|
highlight.html | "#000000" | INI_ALL |
|
browscap | NULL | INI_SYSTEM |
He aquí una breve explicación de las directivas de configuración.
ignore_user_abort
boolean
false
por defecto. Si se cambia a true
los scripts no finalizarán
después de que un cliente aborte su conexión.
Véase también ignore_user_abort().
highlight.bg
string
highlight.comment
string
highlight.default
string
highlight.html
string
highlight.keyword
string
highlight.string
string
Los colores para el modo Highlighting. Cualquier cosa que sea aceptable en <font color="??????"> funcionará.
browscap
string
El nombre (p.ej.: browscap.ini) y la localización del archivo de aptitudes del navegador. Véase también get_browser().