Q. Which PHP function returns the number of elements in an array?
β
Correct Answer: (B)
sizeof()
Explanation: sizeof() is an alias of count().