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