Sr. PHP Programmer Question:
What is numeric array in PHP?

Answer:
Numeric array − An array with a numeric index. Values are stored and accessed in linear fashion.
Previous Question | Next Question |
What are the differences between PHP constants and variables? | How will you redirect a page using PHP? |