How can we know the count/number of elements of an array?
Answer Posted / devendrarjadav
count(array) function returns the total number of elements
of specified array.
| Is This Answer Correct ? | 19 Yes | 4 No |
Post New Answer View All Answers
Can you use php and javascript together?
What is the difference between overloading and overriding in php?
Is php pass by reference or value?
What is overriding in php?
Does empty check for null?
What is design pattern? Explain all including singleton pattern?
Can we use onclick in submit button?
How should a model be structured in mvc?
What is a namespace in php?
Is there an easy way to delete an element from a php array?
Tell me how can we check the value of a given variable is alphanumeric?
How many types of arrays are there in php?
what is variable scope, which variables are accessible from where and what are "undefined variable" errors?
Explain what does the unset() function means?
What is the difference between Session and Cookie?