Download the PHP package fetch/array-utils without Composer
On this page you can find all versions of the php package fetch/array-utils. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download fetch/array-utils
More information about fetch/array-utils
Files in fetch/array-utils
Download fetch/array-utils
More information about fetch/array-utils
Files in fetch/array-utils
Vendor fetch
Package array-utils
Short Description Array utility methods, inspired by Ruby's array methods
License MIT
Homepage https://github.com/fetch/php-array-utils
Package array-utils
Short Description Array utility methods, inspired by Ruby's array methods
License MIT
Homepage https://github.com/fetch/php-array-utils
Please rate this library. Is it a good library?
Informations about the package array-utils
PHP array utility functions. 
This is a set of utility functions for array alteration and handling.
They all follow the same naming conventions as the default methods in the form of array_*.
Functions
array_delete(array &$array, $key)
Deletes entry from array and return its value.
NB: This method modifies the original variable.
array_get(array $array, $key)
Lookup entry in array by key and return its value, returns false if not found.
array_flatten(array $array)
Make multidimensional array flat.
array_pick(array $array, $keys[, $key[, $key]])
Return array with only the keys in $keys.
array_reject(array $array, $keys[, $key[, $key]])
Return array without the keys in $keys.
This is the inverse of array_pick
Contributing
- Fork it ( https://github.com/fetch/php-array-utils/fork )
- Create your feature branch (
git checkout -b my-new-feature) - Commit your changes (
git commit -am 'Add some feature') - Push to the branch (
git push origin my-new-feature) - Create a new Pull Request
All versions of array-utils with dependencies
PHP Build Version
Package Version
No informations.
The package fetch/array-utils contains the following files
Loading the files please wait ...