文章目录[隐藏]
echo
5本文来源gao!daima.com搞$代!码#网#
搞代gaodaima码
<<<BLOCKCLASSSEL
…………
BLOCKCLASSSEL;
求解 这种写法是什么东西
回复讨论(解决方案)
输出字符串。。。。
function outputhtml(){ echo “”; echo “<title>php自学网首页</title>”; echo “<body>首页内容”; echo “; } function outputhtml() { echo <<<EOT <title>php自学网首页</title> <body>首页内容 EOT; }
$str = <<<STR
……
STR;
echo $str;
php定界符