Briefing Zend Knowledge

Which of the following functions will allow identifying unique values inside an array?

Which of the following functions will allow identifying unique values inside an array?

A.
array_unique_values

B.
array_distinct

C.
array_count_values

D.
array_intersect

E.
array_values

Explanation: