Sr. PHP Programmer Question:

What is numeric array in PHP?

Senior PHP Programmer Interview Question
Senior PHP Programmer Interview Question

Answer:

Numeric array − An array with a numeric index. Values are stored and accessed in linear fashion.


Previous QuestionNext Question
What are the differences between PHP constants and variables?How will you redirect a page using PHP?