How can we know the count/number of elements of an array?
Answer Posted / joseph george c
you can get the no: of elements in the array through
count()
syntax:
count($arrayname);
| Is This Answer Correct ? | 7 Yes | 1 No |
Post New Answer View All Answers
Is numeric in php?
How do you parse and process html/xml in php?
What are the uses of implode() function?
What is difference between static and constant?
What PHP stands for?
How to get no of arguments passed to a PHP Function?
List few sensible functions in PHP?
What are the advantages of using php?
Is rent a variable cost?
Is php faster than nodejs?
Which is better php or nodejs?
Is ruby on rails php?
How can we destroy the cookie in php?
How to find datatype of variable in php?
When to use self over $this?