What functions count elements in an array?: sizeof count array_count count_array
Answers
Answered by
0
- You can use the PHP count() or sizeof() function to get the number of elements or values in an array. The count() and sizeof() function returns 0 for a variable that has been initialized with an empty array, but it may also return 0 for a variable that isn't set.
maddy14522:
hey
Similar questions