首頁 >後端開發 >php教程 >php print EOF实现方法_PHP教程

php print EOF实现方法_PHP教程

WBOY
WBOY原創
2016-07-21 15:46:39927瀏覽

我写段php代码如下:

复制代码 代码如下:


if(test case)
print<....html code....>
EOF;
else
print<....html code....>
EOF;
?>

如上写法是不可以的,需要把EOF标识符顶格:
复制代码 代码如下:


if(test case)
print<....html code....>
EOF;
else
print<....html code....>
EOF;
?>

www.bkjia.comtruehttp://www.bkjia.com/PHPjc/320101.htmlTechArticle我写段php代码如下: 复制代码 代码如下: ? if(test case) printEOT ....html code.... EOF; else printEOT ....html code.... EOF; ? 如上写法是不可以的,需要把...
陳述:
本文內容由網友自願投稿,版權歸原作者所有。本站不承擔相應的法律責任。如發現涉嫌抄襲或侵權的內容,請聯絡admin@php.cn