A partir de tradutores profissionais, empresas, páginas da web e repositórios de traduções disponíveis gratuitamente
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.
Última atualização: 2011-10-24
Frequência de uso: 1
Qualidade:
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.
Última atualização: 2011-10-24
Frequência de uso: 1
Qualidade:
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.
Última atualização: 2011-10-24
Frequência de uso: 1
Qualidade:
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().
Última atualização: 2011-10-24
Frequência de uso: 1
Qualidade:
Aviso: contém formatação HTML invisível