Skip to content
Snippets Groups Projects
user avatar
RJ Garcia authored
Signed-off-by: default avatarRJ Garcia <rj@bighead.net>
91721b52
History

Function

The function library is just a simple collection of general functional functions.

API

function identity($val) -> mixed
function map($collection, callable $predicate) -> array
function reduce($collection, callable $predicate, $accumulator = null) -> mixed