Function sortMultiArray
multidimensional array column sort
Package: core
Author: redoc (http://codingforums.com/showthread.php?t=71904)
Located at functions.php
Author: redoc (http://codingforums.com/showthread.php?t=71904)
Located at functions.php
array |
$array |
The multidimensional array to be sorted |
mixed |
$index |
Which key(s) should be sorted by |
string |
$descending = false |
$order true for descending sorts |
boolean |
$natsort = true |
If natural order should be used |
boolean |
$case_sensitive = false |
If the sort should be case sensitive |
|
$preservekeys = false |
|
|
$remove_criteria = array() |
array
|
array |