If you want to know whether a particular key is defined, use isset($array[$key]) . For instance, this is perfectly valid: $foo = array(); ...
確定! 回上一頁