Réalisées par des traducteurs professionnels, des entreprises, des pages web ou traductions disponibles gratuitement.
which dynamically loadable extensions to load when php starts up.
cgi.force_redirect is necessary to provide security running php as a cgi under most web servers.
Dernière mise à jour : 2011-10-24
Fréquence d'utilisation : 1
Qualité :
in what directory php should look for dynamically loadable extensions. see also: enable_dl, and dl().
which dynamically loadable extensions to load when php starts up.
Dernière mise à jour : 2011-10-24
Fréquence d'utilisation : 1
Qualité :
this gives the powerful ability to dynamically create php code and feed it to the binary, as shown in this (fictional) example:
the arguments passed to your script are available in the global array $argv.
Dernière mise à jour : 2011-10-24
Fréquence d'utilisation : 1
Qualité :
also note that, analogous to the behavior of the #include of the c preprocessor, this statement acts at "compile time", e.g. when the script is parsed and before it is executed, and should not be used for parts of the script that need to be inserted dynamically during its execution. you should use include_once() or include() for that purpose.
see also: require(), include(), include_once(), get_required_files(), get_included_files(), readfile(), and virtual().
Dernière mise à jour : 2011-10-24
Fréquence d'utilisation : 1
Qualité :
Avertissement : un formatage HTML invisible est présent