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
What is the use of namespace in php?
sort term descripttion form, report and uery
How do I escape data before storing it in the database?
How to open a file in php?
How do you execute a php script from the command line?
What are php applications?
Suppose your zend engine supports the mode Then how can you configure your php zend engine to support Mode ?
Why do we use csrf token?
What would occur if a fatal error was thrown in your php program?
How to redirect a page in php?
What is echo in html?
What does the scope of variables means?
How many types of array supported in php?
what is session_set_save_handler in PHP?
What is php array function?