diff --git a/reference/array/functions/sort.xml b/reference/array/functions/sort.xml index 8d1e776cea..8e22cec1de 100644 --- a/reference/array/functions/sort.xml +++ b/reference/array/functions/sort.xml @@ -1,6 +1,6 @@ - - + + sort Sort an array @@ -129,6 +129,13 @@ fruits[3] = orange &reftitle.notes; ¬e.no-key-association; + + + Like most PHP sorting functions, sort uses an + implementation of Quicksort. + + Be careful when sorting arrays with mixed types values because