吐槽here doc
不知道heredoc結(jié)構(gòu)為什么不介紹一下。吐槽。。。 ? 格式$heredoc = <<<heredocs ? ?這里面是字符串內(nèi)容 ? ? ?heredoc; ? echo $heredoc;
不知道heredoc結(jié)構(gòu)為什么不介紹一下。吐槽。。。 ? 格式$heredoc = <<<heredocs ? ?這里面是字符串內(nèi)容 ? ? ?heredoc; ? echo $heredoc;
2015-08-25
舉報(bào)
2016-01-05
$str_string3=<<<EOT
<h1>我的午餐</h1>
<font color="blue">半只烤雞</font>
<font color="red">一杯酸奶</font>
<a href="1.html"><font color="yellow">查看更多</font></a>
EOT;
echo $str_string3
2015-09-18
支持,少講了一種。