标签: php
我现在在工作中发现了几次PHP代码,看起来如下:
<? ... echo <<<EOF {\$sErrors} <br /> Please go to the <br /> <a href="http://www.website.com/help_center">Help center</a> <br /> and solve the problem. EOF; ... ?>
有没有人有一个好的答案???
答案 0 :(得分:4)
这是一种输入多行字符串的方式,它被称为heredoc syntax。
heredoc syntax