Advertisement Remove all ads
Advertisement Remove all ads
Advertisement Remove all ads
Definition
Define associative array.
Advertisement Remove all ads
Solution
Associative arrays are a key-value pair data structure. Instead of storing data in a linear array, with associative arrays you can store your data in a collection and assign it a unique key which you may use for referencing your data.
Concept: Array in PHP
Is there an error in this question or solution?