Home Answers Viewqa PHP 13190-How-can-we-know-the-count How can we know the count/number of elements of an array?

 
 


brijesh
How can we know the count/number of elements of an array?
1 Answer(s)      2 years and 6 months ago
Posted in : PHP

How can we know the count/number of elements of an array?

View Answers

November 15, 2010 at 5:45 PM


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









Related Pages:

Ask Questions?

If you are facing any programming issue, such as compilation errors or not able to find the code you are looking for.

Ask your questions, our development team will try to give answers to your questions.