?
Which function will return true if a variable is an array or false if it is not?
Answer & Solution
Correct Answer:
Option
B
A built-in function, is_array(), is available for testing an array. Its prototype follows: boolean is_array(mixed variable).
Join the Discussion
Login to post a comment or share your explanation.
Login