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 mysqli_query?
What is the use of friend function in php?
Is php a cms?
How to convert a json string to an array in php?
What is the function in PHP do not return a timestamp?
What is php call function?
Explain $_FILES Superglobal Array?
What is the difference between single quoted string and double quoted string?
•How to upload files using PHP?
What are constructor and destructor in PHP?
What is put method in php?
What is $_ get?