array_count_values

Example

 array array_count_values ( array $input ) 

Description

array_count_values() returns an array using the values of the input array as keys and their frequency in input as values.

Return Values

Returns an associative array of values from input as keys and their count as value.