Skip to content

Array Access Interface

Latest
Compare
Choose a tag to compare
@m-bymike m-bymike released this 27 Apr 14:55
· 5 commits to master since this release

Make the Wrapper accessible as array:

$array = ArrayWrap::create(['a' => 42]);
echo $array['a']; // echoes 42