Which of the following functions will allow identifying unique values inside an array?
array_unique_values
array_distinct
array_count_values
array_intersect
array_values
Submit