You can also use the function is_array($var) to check if the passed variable is an array: <?php var_dump( is_array(array()) ); // true var_dump( ...
確定! 回上一頁