html与PHP编写中echo可以同时输出多个字符串,并不需要圆括号。
print只可以同时输出一个字符串,需要圆括号。
print的用法和C语言很像,所以会对输出内容里的%做特殊解释。
echo无返回值,print()有返回值,当其执行失败(比如断线)时返回flase 。
echo可以多个参数,print一个参数。推荐用echo。 看下面的例子就能明白PHP中print <<<EOT是干什么用的了:
<div class="codetitle"><a style="CURSOR: pointer" data="99807" class="copybut" id="copybut99807" onclick="doCopy('code99807')"> 代码如下: