Search code examples
Why do I need multiple iterations with php usort?...


phpsortingmultidimensional-arrayusort

Read More
Sort multidimensional array by string in value by collator...


phpsortingcollectionsusort

Read More
Symfony2 - Trouble using usort inside a controller...


phparrayssymfonyusort

Read More
Does usort() behave differently in php 8.2.0 vs php 7.4.33?...


phparraysphp-7.4usortphp-8.2

Read More
Symfony2 - How to sort a merged array of objects?...


phpsortingsymfonymergeusort

Read More
PHP sorting array of non-associative arrays but having string values at the beginning...


phparrayssortingusort

Read More
Sort flat array with a known set of possible values in a custom order...


phparrayssortingusortcustom-sort

Read More
Sort 2dim array by column value...


phparrayssortingmultidimensional-arrayusort

Read More
Sort rows in a 2d array in a descending direction by comparing a column of float values...


phparrayssortingmultidimensional-arrayusort

Read More
Sort rows in a 2d array by one column while preserving original columnar relationships...


phpmultidimensional-arrayusortarray-multisort

Read More
Can't access global variable inside of a usort() function call...


phpfunctionscopeglobal-variablesusort

Read More
Sort delimited array values by first half ascending then by second half descending...


phparrayssortingusortcustom-sort

Read More
Custom sort on value suffix representing sizes (XXS, XS, S, M, L, XL, XXL)...


phparraysusortsuffixcustom-sort

Read More
How to usort an array by two parameters using spaceship operator with PHP >=7.0...


phparrayssortingphp-7usort

Read More
Sorting PHP array by closest location...


phplatitude-longitudeusort

Read More
How to sort array by substring? (¨PHP)...


phpusort

Read More
Custom sort flat array by negative numbers, uppercase letters, symbols, lowercase letters, then posi...


phparrayssortingusortcustom-sort

Read More
usort() gives unexpected result while sorting by a column with float values...


phpsortingfloating-pointcomparisonusort

Read More
Deprecated Functionality: usort(): Returning bool from comparison function is deprecated, return an ...


returnphp-8usortspaceship-operator

Read More
How to sort a multidimensional array by multiple columns?...


phpsortingmultidimensional-arrayusort

Read More
Sort Associative PHP Array By Number Then By String...


phpassociative-arrayusort

Read More
Sort Multi-dimensional array by decimal values...


phpsortingmultidimensional-arrayfloating-pointusort

Read More
Recursively sort levels within a multidimensional array of unknown depth by a column while preservin...


phparraysrecursionmultidimensional-arrayusort

Read More
Sort a 2d array based on a column containing AM/PM-formatted time ranges...


phparrayssortingtimeusort

Read More
Wrong result usort PHP 8...


phparrayssortingusort

Read More
Sort an array of rows by two columns while not moving "locked" (sticky) rows...


phparraysstickyusortcustom-sort

Read More
Variable variables as parameters of custom function in usort()...


phpusortfunction-parametervariable-variablesfunction-signature

Read More
Get highest and lowest values from an array where order is like "AAA", "AA", &qu...


phparrayssortingusortcustom-sort

Read More
what happened in PHP8.0.0 to break usort(...(int)(strlen($a)<strlen($b)));?...


phpusortphp-8

Read More
PHP sort cURL response array numerically by value...


phparrayssortingcurlusort

Read More
BackNext