<?php $array = ['a'=>1]; unset($array['b']); print_r($array);
You have javascript disabled. You will not be able to edit any code.