πŸ“Š PHP
Q. Which of the following is used to check whether a variable is an array?
  • (A) is_array()
  • (B) array_check()
  • (C) is_array_type()
  • (D) check_array()
πŸ’¬ Discuss
βœ… Correct Answer: (A) is_array()

Explanation: is_array() checks whether a variable is of array type.

Explanation by: Rati Dubey
is_array() checks whether a variable is of array type.

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
46
Total Visits
πŸ“½οΈ
6 mo ago
Published
πŸŽ–οΈ
Rati Dubey
Publisher
πŸ“ˆ
94%
Success Rate