Q. Which PHP function returns the number of elements in an array? (A) array_size() (B) sizeof() (C) length() (D) array_length() ποΈ Show Answer π¬ Discuss π Share β‘Menu β Correct Answer: (B) sizeof() Explanation: sizeof() is an alias of count().