Sr. PHP Programmer Question:
What is use of count() function in php?
Answer:
count() is used to count all elements in an array, or something in an object
Previous Question | Next Question |
What is the use of "echo" in php? | How to select a database? |