<?php array_key_exists(string|int|float|bool|resource|null $key, array $array): bool
<?php public function offsetExists($offset): bool { return array_key_exists($offset, $this->items); }