私は今、私の仕事中に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;
...
?>
誰か良い答えを持っていますか?
私は今、私の仕事中に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;
...
?>
誰か良い答えを持っていますか?