<?php function accessData($key) { foreach (explode('.', $key) as $pin) { $this->data = $this->data[$pin] ?? NULL; } return $this->data; }
You have javascript disabled. You will not be able to edit any code.