Zend
200-550 · Question #231
Which of the following functions will allow identifying unique values inside an array?
The correct answer is C. array_count_values. See the full explanation below for the reasoning.
Question
Which of the following functions will allow identifying unique values inside an array?
Options
- Aarray_unique_values
- Barray_distinct
- Carray_count_values
- Darray_intersect
- Earray_values
How the community answered
(16 responses)- A6% (1)
- B13% (2)
- C75% (12)
- E6% (1)
Community Discussion
No community discussion yet for this question.