How to count the number of elements in the array $numbers?
$numbers
length($numbers);
sizeof($numbers);
count($numbers);
total($numbers);
This question is part of this quiz :