array_count_values
Description
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.
See also count(), array_unique(), array_values(), and count_chars().