ArrayHelper.php
system/Helpers/Array/ArrayHelper.php
1 class
10 methods
class ArrayHelper
If there are any methods that should be provided, make them public APIs via helper functions.
dotSearch
(string $index, array $array)
convertToArray
(string $index)
arraySearchDot
(array $indexes, array $array)
dotKeyExists
(string $index, array $array)
groupBy
(array $array, array $indexes, bool $includeEmpty = false)
arrayAttachIndexedValue
(array $result, array $row, array $indexes, bool $includeEmpty, )
recursiveDiff
(array $original, array $compareWith)
recursiveCount
(array $array, int $counter = 0)
sortValuesByNatural
(array &$array, $sortByIndex = null)
int
($currentValue, $nextValue)