'Toyota', 'model' => 'Camry']; // To access the value in an associative array, just use the string key in brackets // after the variable name. echo $car['model'] . "\n";