Q. PHP function which will return true if a variable is an array or false if it is not an array.
β
Correct Answer: (A)
is_array()
You must be Logged in to update hint/solution