array_key_exists() checks for array keys while the latter $search_array contains associative array. No doubt it won't work. You should array_flip() it first. – ...
確定! 回上一頁