Installation
<<<
Configuration à l'exécution Types de ressources
>>>

6.22 Fonctions diverses
6 Référence des fonctions
 Manuel PHP

Introduction
Pré-requis
Installation
->Configuration à l'exécution
Types de ressources
Constantes pré-définies
connection_aborted
connection_status
connection_timeout
constant
define
defined
die
eval
exit
get_browser
__halt_compiler
highlight_file
highlight_string
ignore_user_abort
pack
php_check_syntax
php_strip_whitespace
show_source
sleep
time_nanosleep
time_sleep_until
uniqid
unpack
usleep

6.22.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 Historique
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
highlight.default "#0000BB" PHP_INI_ALL
highlight.html "#000000" PHP_INI_ALL
browscap NULL PHP_INI_SYSTEM
Pour plus de détails sur les constantes PHP_INI_*, reportez-vous à  ini .

Voici un éclaircissement sur l'utilisation des directives de configuration.

    << Configuration à l'exécution >>
    Installation Fonctions diverses Types de ressources