Download the PHP package dormilich/array-list without Composer
On this page you can find all versions of the php package dormilich/array-list. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download dormilich/array-list
More information about dormilich/array-list
Files in dormilich/array-list
Download dormilich/array-list
More information about dormilich/array-list
Files in dormilich/array-list
Vendor dormilich
Package array-list
Short Description A simple immutable PHP array iterator.
License MIT
Package array-list
Short Description A simple immutable PHP array iterator.
License MIT
Please rate this library. Is it a good library?
Informations about the package array-list
array-list
A simple immutable array iterator based on the native ArrayIterator class.
Installation
Install via Composer:
Supported methods
append()→ array_push()asort()→ asort()contains()→ in_array()countValues()→ array_count_values()filter()¹ → array_filter()join()→ implode()keys()→ array_keys()ksort()→ ksort()map()¹ → array_map()natcasesort()→ natcasesort()natsort()→ natsort()prepend()→ array_unshift()reduce()¹ → array_reduce()reject()¹ (the inverse of array_filter())reverse()→ array_reverse()shuffle()→ shuffle()uasort()→ uasort()uksort()→ uksort()unique()→ array_unique()values()→ array_values()
1 - uses key & value of the array element in the callback function
Supported functions
- count()
- json_encode()
- serialize()
All versions of array-list with dependencies
PHP Build Version
Package Version
Requires
php Version
^5.6 || ^7.0
The package dormilich/array-list contains the following files
Loading the files please wait ...