print、print_r、echo到底有什么区别?

时间:2014-04-30 21:18:17   收藏:0   阅读:409
echo和print都可以做输出,不同的是,echo不是函数,没有返回值,而print是一个函数有返回值,所以相对而言如果只是输出 echo 会更快,而print_r通常用于打印变量的相关信息,通常在调试中使用。

echo 不是函数,没有返回值
print   是打印字符串

print_r 则是打印复合类型 如数组 对象

print、print_r、echo到底有什么区别?,布布扣,bubuko.com

评论(0
© 2014 mamicode.com 版权所有 京ICP备13008772号-2  联系我们:gaon5@hotmail.com
迷上了代码!