Search code examples
Change the position of row elements in a 2d array based on another flat array of key names...

phparrayssortingmultidimensional-arraycustom-sort

Read More
Move an array with a qualifying value to the end of the array...

phparrayssortingmultidimensional-arraycustom-sort

Read More
Move elements with a key in a whitelist array to the end of the array...

phparrayssortingassociative-arraycustom-sort

Read More
Move null items to the end of an array...

phparrayssortingcustom-sortstable-sort

Read More
Move a specified value to the last position in an array without changing the position of keys...

phparrayssortingcustom-sort

Read More
Move empty values to the end of the array without maintaining relationships to keys...

phparrayssortingcustom-sort

Read More
Move all elements with a specified value to the end of of the array...

phparrayssortingcustom-sort

Read More
Move empty value to the end of the array...

phparrayssortingcustom-sort

Read More
Move all odd-keyed elements to the back of the array...

phparrayssortingkeycustom-sort

Read More
Move all empty values to the back of the array...

phparrayssortingcustom-sort

Read More
Sort a 2d array using cascading rules based on a flat array matching one of the rows...

phparrayssortingmultidimensional-arraycustom-sort

Read More
Sort array based only on trailing numbers in strings...

phparrayssortingcustom-sort

Read More
Custom sort a flat array of scalar values ​so that integers are given top priority...

phparrayssortingcustom-sort

Read More
two php arrays - sort one array with the value order of another...

phparrayssortingmultidimensional-arraycustom-sort

Read More
Sort a 2d array by its keys which relate to custom sorting values in another 2d array...

phparrayssortingmultidimensional-arraycustom-sort

Read More
Sort an array based on related data in a 2d array...

phparrayssortingmultidimensional-arraycustom-sort

Read More
Sort a flat array using a custom value order...

phparrayssortingcustom-sort

Read More
Sort single-column rows of a 2d array by string prefix in a custom order then by string suffix natur...

phparrayssortingmultidimensional-arraycustom-sort

Read More
Sort a 2d array by values in a column related to a flat priority array...

phparrayssortingmultidimensional-arraycustom-sort

Read More
Sorting array in PHP based on another array indexes...

phparrayssortingmultidimensional-arraycustom-sort

Read More
Sort the rows of a 2d array by a column to be ordered by another flat array...

phparrayssortingmultidimensional-arraycustom-sort

Read More
Custom sorting a flat array with uasort() returns 1...

phparrayssortingassociative-arraycustom-sort

Read More
Sort rows of a 2d array by address column prioritizing street name, then odd street numbers before e...

phparrayssortingmultidimensional-arraycustom-sort

Read More
Sort rows of a 2d array by a column's leading number so that odd numbers come before even number...

phparrayssortingmultidimensional-arraycustom-sort

Read More
Sort items in a multidimensional array by the best ranking item in a column's subarray using an ...

phparrayssortingmultidimensional-arraycustom-sort

Read More
Apply custom order of columns in each row of a 2d array...

phparrayssortingmultidimensional-arraycustom-sort

Read More
Sort an associative array with unique values by the values of another indexed array...

phparrayssortingassociative-arraycustom-sort

Read More
Sort a 2d array to maintain originally grouped second-level keys, then custom sort by second level v...

phparrayssortingmultidimensional-arraycustom-sort

Read More
Sort a 2d array by the order of corresponding values in another 2d array...

phparrayssortingmultidimensional-arraycustom-sort

Read More
Sort a flat associative array by a priority array...

phparrayssortingcustom-sort

Read More
BackNext