print_r(array_filter($a,'a'));. result: array([0]=>a). 4.篩選出是file的. print_r(array_filter(glob("C:/xampp/htdocs/l/*"),'is_file'));
確定! 回上一頁