Q. Which of the following is used to check whether a variable is an array?
β
Correct Answer: (A)
is_array()
Explanation: is_array() checks whether a variable is of array type.