Interview Preparation
Programming Software
Subjective
May 10, 2013
How can we know the count/number of elements of an array?
Detailed Explanation
These are two ways
a) sizeof($urarray) This function is an alias of count()
b) count($urarray)
Discussion (0)
No comments yet. Be the first to share your thoughts!
Share Your Thoughts