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 |
How to download the files using PHP
What are the 5 types of variables?
What is use of count() function in php?
What is final class and final method in php?
What is string and its function?
How do I update php?
What does the unlink() function mean?
How will you create a bi-lingual site (multiple languages) ?
What is array filter in php?
How do I use isdigit function?
Can you extend a final defined class?
How to create a text file in PHP?