$x = "";
$x = null;
var $x;
$x = array();
$x = false;
$x = 0;
$x = "0";

 

在这些条件下,empty()函数为true; 

相关文章: