전문 번역가, 번역 회사, 웹 페이지 및 자유롭게 사용할 수 있는 번역 저장소 등을 활용합니다.
php(공식적으로 "php: hypertext preprocessor ")는 server-side html-embedded scripting language입니다.
hypertext preprocessor") is a widely-used open source general-purpose scripting language that is especially suited for web development and can be embedded into html.
마지막 업데이트: 2011-10-24
사용 빈도: 1
품질:
경고: 보이지 않는 HTML 형식이 포함되어 있습니다
you can make the configure script looks for header files and libraries in non-standard locations by specifying additional flags to pass to the c preprocessor and linker, such as:
you can make the configure script looks for header files and libraries in non-standard locations by specifying additional flags to pass to the c preprocessor and linker, such as:
마지막 업데이트: 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 형식이 포함되어 있습니다