code to find the doubled value in array Veröffentlicht am Mai 27, 2014 von chenhongyi $a = file('TJ.csv'); $b = array_count_values($a); print_r(array_search(2, $b));