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 Session and Cookie?
What is the use of array_search() in php?
What are php functions?
How to get useful error messages in php?
What is the difference between urlencode and urldecode ?
how we can crop an image and how we can display it..
How many ways to include variables in double-quoted strings in php?
What is the advantage of runtime polymorphism?
what are the differences between php and perl
Are php sessions cookies?
=== represents what?
2 Answers Ephron Systems, NetTrackers,
What is $_ get and $_ post in php?