Download the PHP package chipslays/array without Composer
On this page you can find all versions of the php package chipslays/array. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package array
🧰 Array
Simple library for array manipulate.
Supported dot-notation and asterisks rules.
Installation
Documentation
Notice: Class
Collection
implementsCountable
andArrayAccess
.
Methods
get(array $array, $keys [, $default = null, string $separator = '.'])
Get value from array using by dot notation key.
Has helper arr_get()
.
set(array &$array, string $keys, $value = null [, string $separator = '.']) : void
Set/overwrite value in array using by dot notation key.
Has helper arr_set()
.
has(array $array, $keys [, string $separator = '.']): bool
Check exists value in array using by dot notation key.
Has helper arr_has()
.
where(array $array, callable $callback)
Filter the array using the given callback.
Has helper arr_where()
.
👀 See also
chipslays/collection
- Simple library for manipulating array or object as collection.
License
MIT
All versions of array with dependencies
PHP Build Version
Package Version
No informations.
The package chipslays/array contains the following files
Loading the files please wait ....