potter/array-access

PHP 数组访问接口

0.0.3 2024-09-01 21:44 UTC

This package is auto-updated.

Last update: 2024-09-21 17:49:25 UTC


README

PHP 数组访问接口

public function offsetExists(mixed $offset): bool;
public function offsetGet(mixed $offset): mixed;
public function offsetSet(mixed $offset, mixed $value): void;
public function offsetUnset(mixed $offset): void;