PHP Associative Arrays
In PHP, associative arrays are arrays that use named keys (strings) instead of numerical indexes to store values. They're similar to dictionaries or hash maps in other languages.
Basic Syntax
Or using the short array syntax (PHP 5.4+):