diff --git a/reference/array/functions/sort.xml b/reference/array/functions/sort.xml index b49927df2f..4822a103e3 100644 --- a/reference/array/functions/sort.xml +++ b/reference/array/functions/sort.xml @@ -1,5 +1,5 @@ - + @@ -83,6 +83,12 @@ fruits[3] = orange The second parameter was added in PHP 4. + + + Be carefull when sorting arrays with mixed types values because + sort can produce unpredictable results. + + See also arsort, asort, ksort,