Da traduttori professionisti, imprese, pagine web e archivi di traduzione disponibili gratuitamente al pubblico.
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.
Ultimo aggiornamento 2011-10-24
Frequenza di utilizzo: 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.
Ultimo aggiornamento 2011-10-24
Frequenza di utilizzo: 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.
Ultimo aggiornamento 2011-10-24
Frequenza di utilizzo: 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().
Ultimo aggiornamento 2011-10-24
Frequenza di utilizzo: 1
Qualità:
Attenzione: contiene formattazione HTML nascosta