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

search for in the

Tipos Resource> <Instalação
Last updated: Fri, 14 Nov 2008

view this page in

Configurações em Execução

O comportamento dessas funções podem ser modificado pelas configurações do php.ini.

Opções de Configuração
Nome Padrão Modificável Changelog
ignore_user_abort "0" PHP_INI_ALL  
highlight.string #DD0000 PHP_INI_ALL  
highlight.comment #FF9900 PHP_INI_ALL  
highlight.keyword #007700 PHP_INI_ALL  
highlight.bg #FFFFFF PHP_INI_ALL Removido no PHP 6.0.0.
highlight.default #0000BB PHP_INI_ALL  
highlight.html #000000 PHP_INI_ALL  
browscap NULL PHP_INI_SYSTEM  
Para mais detalhes e definições das constantes PHP_INI_*, veja Diretivas do arquivo php.ini.

Breve descrição das diretivas de configuração.

ignore_user_abort boolean

FALSE por padrão. Se modificado para TRUE os scripts terminaram assim que o cliente tiver abortado sua conexão.

Veja também ignore_user_abort().

highlight.bg string
highlight.comment string
highlight.default string
highlight.html string
highlight.keyword string
highlight.string string

Cores para o modo de destaque da sintaxe. Qualquer coisa aceitável em <font color="??????"> deve funcionar.

browscap string

Nome (ex: browscap.ini) e localização do arquivo com as capacidades do browser. Veja também get_browser().



add a note add a note User Contributed Notes
Configurações em Execução
There are no user contributed notes for this page.

Tipos Resource> <Instalação
Last updated: Fri, 14 Nov 2008
 
 
show source | credits | stats | sitemap | contact | advertising | mirror sites