摘要:
echo,print,print_r,var_dump区别 print只能接收一个字符串;print有返回值1(可在表达式中使用) e.g print 'string 1' e.g if($exp && print 'foo') echo可以通过分号连接,接收一个或多个字符串;echo没有返回值; 阅读全文
posted @ 2019-01-20 20:23
医山
阅读(258)
评论(0)
推荐(0)
2019年1月20日
2019年1月8日
2019年1月4日
2018年12月24日