Which of the following is a PHP function that is used to count the number of times each value in an array is used?

Which of the following is a PHP function that is used to count the number of times each value in an array is used?



Answer: array_count_values


Learn More :