Download the PHP package kamyshev/array_actions without Composer
On this page you can find all versions of the php package kamyshev/array_actions. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download kamyshev/array_actions
More information about kamyshev/array_actions
Files in kamyshev/array_actions
Download kamyshev/array_actions
More information about kamyshev/array_actions
Files in kamyshev/array_actions
Vendor kamyshev
Package array_actions
Short Description Set of simple actions with arrays
License MIT
Homepage https://github.com/igorkamyshev/array_actions
Package array_actions
Short Description Set of simple actions with arrays
License MIT
Homepage https://github.com/igorkamyshev/array_actions
Please rate this library. Is it a good library?
Informations about the package array_actions
array_actions
Set of simple actions with arrays
Installation
To get the latest version of array_actions
, simply require the project using Composer:
Usage
Actions list:
- array_find
- array_head
array_find
To use array_find
, simply pass an array and callback:
Example output:
If the element was not found, array_find
returns null
.
array_head
To use array_find
, simply pass an array and callback:
Example output:
If the array is empty, array_head
returns null
.
All versions of array_actions with dependencies
PHP Build Version
Package Version
Requires
php Version
>=7.1
The package kamyshev/array_actions contains the following files
Loading the files please wait ....