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
Which is best framework for php?
What is the difference between core php and php?
How can php and html interact?
What is difference between print_r and echo in php?
What are the advantages of indexes?
What is strcmp?
Will react hooks replace redux?
What is session_start () in php?
What is php oops concepts?
Is php a dying language?
What is whitespace in html?
How can we automatically escape incoming data?
How can we get the error when there is a problem to upload a file?
What does the scope of variables means?
How do you explain independent and dependent variables?