$a = array(); // 可定义为 null,空字符串,空数组等 if ($a) { echo 'success'; }
$a = array(); // 可定义为 null,空字符串,空数组等 if ($a) { echo 'success'; } 就一个 if ,够优雅吧