Posted in PHP onMay 21, 2009
我写段php代码如下:
<? if(test case) print<<<EOT <....html code....> EOF; else print<<<EOT <....html code....> EOF; ?>
如上写法是不可以的,需要把EOF标识符顶格:
<? if(test case) print<<<EOT <....html code....> EOF; else print<<<EOT <....html code....> EOF; ?>
php print EOF实现方法
声明:登载此文出于传递更多信息之目的,并不意味着赞同其观点或证实其描述。
Reply on: @reply_date@
@reply_contents@