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 |
Explain the casts allowed in PHP?
Is php still relevant 2019?
What is curl php?
i have a string and that string contains the alphanumeric value and i want to hide or semihide the 10 digit telephone number from the string.
What is the difference between javascript and php?
What is helper library?
What are arguments in php?
What are the 3 scope levels available in php and how would you define them?
Tell us how can we access the data sent through the url with the post method?
What is interface? Why it is used?
What are php functions?
What is the difference between $message and $$message in php?