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

8.71 Fonctions diverses
8 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
highlight_file
highlight_string
ignore_user_abort
pack
php_check_syntax
php_strip_whitespace
show_source
sleep
time_nanosleep
uniqid
unpack
usleep

8.71.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 #DD0000 PHP_INI_ALL
highlight.comment #FF9900 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_set .

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

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