$value) { if($max < $value) { $max = $value; $ans = $key; } else if($max == $value) { if($ans < $key) $ans = $key; } } print($ans); ?>