전문 번역가, 번역 회사, 웹 페이지 및 자유롭게 사용할 수 있는 번역 저장소 등을 활용합니다.
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 형식이 포함되어 있습니다