ArrayUtilities
class ArrayUtilities
Callback methods and facades to use directly the methods with arrays.
Methods
static array
toIntegers(array $array)
Cast the elements of an array to integers.
static Closure
toIntegerCallback()
Callback method to cast elements into integers.
Details
at line 23
static array
toIntegers(array $array)
Cast the elements of an array to integers.
at line 38
static Closure
toIntegerCallback()
Callback method to cast elements into integers.