Download the PHP package webiik/arr without Composer
On this page you can find all versions of the php package webiik/arr. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Vendor webiik
Package arr
Short Description The Arr provides dot notation for PHP arrays.
License MIT
Homepage https://www.webiik.com
Package arr
Short Description The Arr provides dot notation for PHP arrays.
License MIT
Homepage https://www.webiik.com
Please rate this library. Is it a good library?
Informations about the package arr
Arr
The Arr provides dot notation for PHP arrays.
Installation
Example
Adding
set
set() sets value $val to $array under (dot notation) $key.
add
add() ads value $val to $array under (dot notation) $key.
Check
isIn
isIn() determines if $key is set in array and if its value is not NULL.
Getting
get
get() gets value from $array by (dot notation) $key.
Deletion
delete
delete() removes value from $array by (dot notation) $key.
Resources
All versions of arr with dependencies
PHP Build Version
Package Version
Requires
php Version
>=7.2
The package webiik/arr contains the following files
Loading the files please wait ....