1<?php
2 $associativeArray = [
3 "carOne" => "BMW",
4 "carTwo" => "VW",
5 "carThree" => "Mercedes"
6 ];
7
8 echo $associativeArray["carTwo"] . " Is a german brand";
9?>
1Array
2(
3 [0] => earth projection
4 [1] => landslide
5 [2] => earthquake
6 [3] => tremor
7 [4] => rockfall
8)
9