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 changes in php version
What is php how it works?
How easy is php?
How to convert a character to an ascii value?
How can I retrieve values from one database server and store them in other database server using PHP?
Is php 7 backwards compatible?
How to use http headers inside php?
Tell us how can we display the output directly to the browser?
What is htaccess? Why do we use this and where?
What are access specifiers?
Difference among echo, print and printf.
What is the function func_num_args() used for?