Junior PHP Developer Question:
Do you know 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 |
Tell me what are the correct and the most two common way to start and finish a PHP block of code? | Tell me what is mean by an associative array? |