Considerations of Using the array_sort Laravel Helper Function
The array_sort function (discussed in the Laravel Array Helper Function: array_sort article) internally creates a new instance of the \Illuminate\Support\Collection class with the given $array and then calls the collection's sortBy(callable...