7.59 Fonctions diverses
7 Index des fonctions
Manuel PHP
. Introduction . Pré-requis . Installation ->Configuration à l'exécution . Types de ressources . Constantes prédefinies . connection_aborted . connection_status . connection_timeout . constant . define . defined . die . eval . exit . get_browser . highlight_file . highlight_string . ignore_user_abort . pack . show_source . sleep . uniqid . unpack . usleep
|
7.59.4 Configuration à l'exécution
Le comportement de ces fonctions est affecté par la configuration dans le fichier
php.ini
.
| Nom |
Par défaut |
Modifiable |
| ignore_user_abort |
"0" |
PHP_INI_ALL |
| highlight.string |
#CC0000 |
PHP_INI_ALL |
| highlight.comment |
#FF9900 |
PHP_INI_ALL |
| highlight.keyword |
#006600 |
PHP_INI_ALL |
| highlight.bg |
#FFFFFF |
PHP_INI_ALL |
| highlight.default |
#0000CC |
PHP_INI_ALL |
| highlight.php |
#000000 |
PHP_INI_ALL |
| browscap |
NULL |
PHP_INI_SYSTEM |
Pour plus de détails sur les constantes PHP_INI_*, reportez-vous à
ini_set
.
Voici un éclaircissement sur l'utilisation des directives de configuration.
|