什么是EOF,EOJ或PHP中使用的东西?

时间:2013-06-15 04:11:49

标签: 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;

...

?>

有没有人有一个好的答案???

1 个答案:

答案 0 :(得分:4)

这是一种输入多行字符串的方式,它被称为heredoc syntax