Configurações em Execução
O comportamento dessas funções podem ser modificado pelas configurações do php.ini.
| 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 |
Here's a short explanation of the configuration directives.
-
ignore_user_abortboolean -
FALSEpor padrão. Se modificado paraTRUEos scripts terminaram assim que o cliente tiver abortado sua conexão.Veja também ignore_user_abort().
-
highlight.bgstring
highlight.commentstring
highlight.defaultstring
highlight.htmlstring
highlight.keywordstring
highlight.stringstring -
Cores para o modo de destaque da sintaxe. Qualquer coisa aceitável em <font color="??????"> deve funcionar.
-
browscapstring -
Nome (ex: browscap.ini) e localização do arquivo com as capacidades do browser. Veja também get_browser().
There are no user contributed notes for this page.
