Sr. PHP Programmer Question:
Download Questions PDF

What is associate array in PHP?

Answer:

Associative array − An array with strings as index. This stores element values in association with key values rather than in a strict linear index order.

Download Senior PHP Programmer Interview Questions And Answers PDF

Previous QuestionNext Question
What are PHP magic constants?Can you assign the default values to a function parameters?