static from()
The from() static method creates a new, shallow-copied ArrayUtils instance from an iterable.
Last updated
The from() static method creates a new, shallow-copied ArrayUtils instance from an iterable.
Last updated
$iterable
Iterable object to convert to an array.
$mapFn
Map function to call on every element of the array. Default is
NULL
. If is null, not execute map function.
A new ArrayUtils
instance.