PHP Associative Array

PHP Associative Array


Associative array will have their index as string. Associative array depends on the key and value (=>) method. In the associative array, key assign to values.

There are two ways to create an Associative Array:

Example:

Output: red 

               green