array_count_values

Definition

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.

[More at php.net]

Parameters


loading


Share/bookmark - array_count_values


Global comments