PHP的一些陷阱

1,空Array为False  php

$a = array()
if($a == false) {
   echo "This will be printed ! ! !" ;              
}

  

 

持续更新中blog

相关文章
相关标签/搜索