πŸ“Š PHP
Q. How can you get the number of elements in an array?
  • (A) count()
  • (B) length()
  • (C) size()
  • (D) number()
πŸ’¬ Discuss
βœ… Correct Answer: (A) count()

Explanation: count() returns the number of elements in an array.

Explanation by: Rati Dubey
count() returns the number of elements in an array.

πŸ’¬ Discussion


πŸ“Š Question Analytics

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