私人领地

php的if语句单行与多行

//正确:
if(empty($a))$a=1

//错误写法
$b = if(empty($a))$a=1   //if前面不能带 等号

 

posted @ 2014-06-10 10:42  狂奔的蜗牛Snails  阅读(1127)  评论(0编辑  收藏  举报