PHP 数组访问接口
github.com/jaypotter/ArrayAccess
源代码
问题
安装: 45
依赖: 2
建议: 0
安全: 0
星标: 0
关注者: 1
分支: 0
开放问题: 0
Requires
Requires (Dev)
None
Suggests
Provides
Conflicts
Replaces
MIT 566b5f709cdb8786b3734eb3f912964419b494a0
This package is auto-updated.
Last update: 2024-09-21 17:49:25 UTC
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;