Returns a sorted array of the top level keys in a structure.
Sorts using alphabetic or numeric sorting, and can sort based
on the values of any structure element.
Lucee Function Reference
structsort()
Beispiel
structsort(struct base,[string sortType,[string sortOrder,[string pathToSubElement]]]):array
Kategorie
struct,sort
Argumente
Die Argumente für diese Funktion sind fest vorgegeben. Ausser den nachfolgenden Argumenten dürfen keine weiteren verwendet werden.
Name | Typ | Required | Default Value | Beschreibung |
---|---|---|---|---|
base | struct | Yes | A structure with one field (an associative array). | |
sortType | string | No | text |
define one of the following: |
sortOrder | string | No | asc |
sort direction: _- asc (default): ascending (a to z) sort order |
pathToSubElement | string | No | String or a variable that contains one |