-2

我现在在工作期间发现了几次 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;

...

?>

谁有好的答案???

4

1 回答 1

4

这是一种输入多行字符串的方法,称为heredoc syntax.

于 2013-06-15T04:13:08.197 回答