Download the PHP package kamyshev/array_find without Composer
On this page you can find all versions of the php package kamyshev/array_find. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download kamyshev/array_find
More information about kamyshev/array_find
Files in kamyshev/array_find
Download kamyshev/array_find
More information about kamyshev/array_find
Files in kamyshev/array_find
Vendor kamyshev
Package array_find
Short Description A PHP function that find element in an array by a callback.
License MIT
Homepage https://github.com/TheNovel/array_find
Package array_find
Short Description A PHP function that find element in an array by a callback.
License MIT
Homepage https://github.com/TheNovel/array_find
Please rate this library. Is it a good library?
Informations about the package array_find
[DEPRECATED] This is no longer supported, please consider using array_actions instead.
array_find
A PHP function that find element in an array by a callback.
Installation
To get the latest version of array_find
, simply require the project using Composer:
If you do not want to use Composer, you can just require
the src/array_find.php
file.
Usage
To use array_find
, simply pass an array and callback:
Example output:
If the element was not found, array_find
returns null
.
All versions of array_find with dependencies
PHP Build Version
Package Version
Requires
php Version
>=7.0
The package kamyshev/array_find contains the following files
Loading the files please wait ....