πŸ“Š PHP
Q. Which PHP function counts all values of an array?
  • (A) array_count()
  • (B) count()
  • (C) sizeof()
  • (D) Both count() and sizeof()
πŸ’¬ Discuss
βœ… Correct Answer: (D) Both count() and sizeof()

Explanation: count() and sizeof() are aliases.

Explanation by: Yami Thakur
count() and sizeof() are aliases.

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
26
Total Visits
πŸ“½οΈ
3 mo ago
Published
πŸŽ–οΈ
Yami Thakur
Publisher
πŸ“ˆ
86%
Success Rate