Question 8

Last Updated :
Discuss
Comments

How to count the number of elements in the array $numbers?

length($numbers);

sizeof($numbers);

count($numbers);

total($numbers);

Tags:
Share your thoughts in the comments