在PHP的文档中,只是提到了echo可以使用如下命令输出多行字符串(而且其中的变量被自动替换):
PHP代码
复制代码 代码如下:
echo This uses the "here document" syntax to output
multiple lines with $variable interpolation. Note
that the here document terminator must appear on a
line with just a semicolon. no extra whitespace!
END;
复制代码 代码如下:
Hello,$name!
以上就介绍了phpwind下载 php heredoc和phpwind的模板技术使用方法小结,包括了phpwind下载方面的内容,希望对PHP教程有兴趣的朋友有所帮助。