array array_count_values ( array $input )
array_count_values() returns an array using the values of the input array as keys and their frequency in input as values.
Returns an associative array of values from input as keys and their count as value.