Q. Which PHP function reduces an array to a single value?
β
Correct Answer: (C)
array_reduce()
Explanation: array_reduce() reduces array to a single value.