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

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

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

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
64
Total Visits
πŸ“½οΈ
9 mo ago
Published
πŸŽ–οΈ
Mr. Dubey
Publisher
πŸ“ˆ
91%
Success Rate