プロの翻訳者、企業、ウェブページから自由に利用できる翻訳レポジトリまで。
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.
最終更新: 2011-10-24
使用頻度: 1
品質:
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.
最終更新: 2011-10-24
使用頻度: 1
品質:
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.
最終更新: 2011-10-24
使用頻度: 1
品質:
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().
最終更新: 2011-10-24
使用頻度: 1
品質:
警告:見えない HTML フォーマットが含まれています