How can we know the count/number of elements of an array?
Hi everyone,
If you want to count the number of elements in the specified array then use count() function that return number of elements of the array.
syntax:
count($arrayname);
Thanks
Ads