php isset 备忘

$a;

$b=null;

$c='';

$d=0;

isset($a); false;

isset($b); false;

isset($c); true;

isset($d); true;

posted @ 2013-11-27 10:14  冯元春  阅读(123)  评论(0)    收藏  举报