De traductores profesionales, empresas, páginas web y repositorios de traducción de libre uso.
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.
Última actualización: 2011-10-24
Frecuencia de uso: 1
Calidad:
Advertencia: contiene formato HTML invisible
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:
Última actualización: 2011-10-24
Frecuencia de uso: 1
Calidad:
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 actualización: 2011-10-24
Frecuencia de uso: 1
Calidad:
Advertencia: contiene formato HTML invisible