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.

Parameters

array $array

An array with elements to cast to integers

Return Value

array

at line 38
static Closure toIntegerCallback()

Callback method to cast elements into integers.

Return Value

Closure