* An offset to check for. *
* The return value will be casted to boolean if non-boolean was returned. */ #[\ReturnTypeWillChange] public function offsetExists($offset) { return $this->has($offset); } /** * (PHP 5 >= 5.0.0) * Offset to retrieve * @link http://php.net/manual/en/arrayaccess.offsetget.php * * @param mixed $offset
* The offset to retrieve. *
* The offset to assign the value to. *
* The value to set. *
* The offset to unset. *