v1.6.0
Added
- New method
ArrayHelper::column()
to do similar job thanarray_column()
native function but accepts \Closure in
arguments to found keys
Changed
- Method
ArrayHelper::isSequential()
becomes deprecated (b_array_is_sequential()
function),
useArrayHelper::isList()
instead (b_array_is_list()
function)