Discussion :: PHP MCQs
- Which function will return true if a variable is an array or false if it is not?
Answer : Option B
Explanation :
A built-in function, is_array(), is available for testing an array. Its prototype follows: boolean is_array(mixed variable).
Be The First To Comment