Check whether a variable is empty. Also check whether the variable is set/declared: <?php $a = 0; // True because $a is set if (isset($a)) {
確定! 回上一頁