PHP Array Helpers
This is a new library of helper functions for php arrays
/ArrayAccess
. We release with 3 classes Arr
, ArrDots
, and Dots
.
Arr
is full of functions for array
/ArrayAccess
objects.
ArrDots
is full of functions for "dot notation" access of array
/ArrayAccess
objects.
Dots
is an implementation of ArrayAccess
that with functions to set the underlining array as a copy or a reference.