PHP
downloads | documentation | faq | getting help | mailing lists | reporting bugs | php.net sites | links | conferences | my php.net

search for in the

Tipos de recursos> <Instalación
Last updated: Fri, 25 Jul 2008

view this page in

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().



add a note add a note User Contributed Notes
Configuración en tiempo de ejecución
There are no user contributed notes for this page.

Tipos de recursos> <Instalación
Last updated: Fri, 25 Jul 2008
 
 
show source | credits | stats | sitemap | contact | advertising | mirror sites