Does PHP have something that allows me to count the number of 1's, 2'sand 3's in $test?
array_count_values()
Thanks.