站长资源网络编程
php print EOF实现方法
简介我写段php代码如下: 复制代码 代码如下: if(test case) print<< EOF; else print<< EOF; ?> 如上写法是不可以的,需要把EOF标识符顶格: 复制代码 代
我写段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;
?>
复制代码 代码如下:
<?
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 session 错误
下一篇:php 方便水印和缩略图的图形类