array_count_values
Counts all the values of an array
&reftitle.description;
arrayarray_count_values
arrayarray
array_count_values returns an array using
the values of array as keys and
their frequency in array as values.
&reftitle.parameters;
array
The array of values to count
&reftitle.returnvalues;
Returns an associative array of values from array as
keys and their count as value.
&reftitle.errors;
Throws E_WARNING for every element which is not
string or integer.
&reftitle.examples;
array_count_values example
]]>
&example.outputs;
2
[hello] => 2
[world] => 1
)
]]>
&reftitle.seealso;
count
array_unique
array_values
count_chars