code to find the doubled value in array 发表于27 5 月, 2014由chenhongyi $a = file('TJ.csv'); $b = array_count_values($a); print_r(array_search(2, $b));