Q. Which PHP function counts all values of an array?
β
Correct Answer: (D)
Both count() and sizeof()
Explanation: count() and sizeof() are aliases.