Tell me what is mean by an associative array?
Answer / Sanjeev Mittal
In PHP, an associative array is a type of array in which elements are identified by named indices (keys), rather than numerical ones. The keys can be strings or integers, but they must be unique.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is session_register()?
What do you mean by having php as whitespace insensitive?
What is the use of magic function in php?
Why php was called as personal home page?
What is mod_php?
What does PHP stand for?
What is encapsulation in php with example?
which will print out the php call stack?
Does https prevent csrf?
What is the php function that removes the first element of the array and returns it?
What are the advantages of object-oriented programming in php?
What is the correct php command to use to catch any error messages within the code?