Libraries tagged by Array Function
angus-dv/in_array_r
5 Downloads
Provides functionality for in_array_r() to projects using PHP earlier than version 5.5 or greater.
khalyomede/array-get
60 Downloads
Function to traverse an array using dot and star syntax.
belca/support-array
3 Downloads
Helper PHP functions for working with arrays in any projects.
agrandesr/array-conditions
18 Downloads
This is a little tool to make conditions using arrays and without dangerous eval functions.
breier/extended-array
58 Downloads
A class that extends PHP-SPL ArrayIterator and implements loads of functionalities from PHP plain array handling
henderjon/array_flatten
17 Downloads
a function to recursively flatten an array
yurybykov/array_order_by
253 Downloads
A PHP function to database-style order an array.
yurybykov/array_columns
9 Downloads
A PHP function to get columns from an array.
kamyshev/array_find
2408 Downloads
A PHP function that find element in an array by a callback.
chebur/array-value
392 Downloads
Functions returning strict type values from array
white-gecko/arrays
509 Downloads
Some function for checking the equality of hybrid (associative and sequential) arrays
schnittstabil/array_some
112 Downloads
Checks whether some element resp. key in an array passes a test implemented by a callback function.
s-mcdonald/functions
12 Downloads
assortment of php functions
rotexsoft/handy-php-functions
633 Downloads
A bunch of functions that either extend the existing functionality in native php functions or add functionality not available via native php functions.
rocit-tech/iterable-functions-polyfill
0 Downloads
Add array_*, implode, explode, ... capabilities to iterable / traversable / ...