How to get total number of elements used in array?
Answer / ch mounika
list_a = [1,2,3,4,5]
length_of_list = len(list_a)
print(length_of_list)
| Is This Answer Correct ? | 0 Yes | 0 No |
What is the difference between array_merge() and array_merge_recursive() in php?
What is the scope of a variable defined in a function?
What is list function with their uses.
How do I repair phpmyadmin?
Define about declare construct?
What is csrf token and how will you add csrf token in ajax?
Write a regular expression to get the value xxx from the string 'xxx@yyy.com'
How can we know that a session is started or not?
3 Answers Rushmore Consultancy,
how to display and include the user system date/time in a php program/project
Why php is widely used?
Which have the fastest execution between mysql_fetch_array() and mysql_fetch_assoc()
Specify array sort functions available in php ?