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
What is the sign to start variables in PHP?
Tell me what types of loops exist in php?
What is isset post?
How does php isset work?
What are some new features introduced in php7?
What are the php variables?
Do you know what is the function func_num_args() used for?
Explain what does the unlink() function means?
Can I learn laravel without php?
What is meant by session in php?
What is mvc php?
What is php artisan serve?
How many escape sequences are recognized in double-quoted strings?
How can we check the value of a given variable is alphanumeric?
Tell me what the difference between the 'bitwise and' operator and the 'logical and' operator?