Preview:
// Adding a new element
$person["occupation"] = "Developer";

// Modifying an existing element
$person["age"] = 26;

// Accessing the updated elements
echo $person["occupation"]; // Outputs "Developer"
echo $person["age"];        // Outputs 26
downloadDownload PNG downloadDownload JPEG downloadDownload SVG

Tip: You can change the style, width & colours of the snippet with the inspect tool before clicking Download!

Click to optimize width for Twitter