MCQ
Single Best Answer
Not Set
QWhich function will return true if a variable is an array or false if it is not?
ID: #2387
Arrays in PHP MCQ
2,125 views
Question Info
#2387Q ID
Not SetDifficulty
Arrays in PHP MCQTopic
Your Answer
Choose the Best Option
Click any option to instantly check if you're correct.
Correct Answer: Option B
Explanation
A built-in function, is_array(), is available for testing an array. Its prototype follows: boolean is_array(mixed variable).
Continue Practice
Share
Share This Question
Challenge a friend or share with your study group.
More from This Topic