The array helper contains methods that can be useful when working with arrays.
Subval sort
$new_array = Arr::subvalSort($old_array, 'sort');
Get a single key from an array. If the key does not exist in the array, the default value will be returned instead.
$login = Arr::get($_POST, 'login');