array_reduce
Astrotomic/php-twemoji
Supported Versions: PHP 4 >= 4.0.5, PHP 5, PHP 7, PHP 8
Iteratively reduce the array to a single value using a callback function
<?php array_reduce
(array
$array
, callable
$callback
,
mixed $initial
=
null
):
mixed