diff --git a/reference/array/functions/natsort.xml b/reference/array/functions/natsort.xml index c005bc67bb..6eca7c6427 100644 --- a/reference/array/functions/natsort.xml +++ b/reference/array/functions/natsort.xml @@ -1,5 +1,5 @@ - + @@ -73,7 +73,7 @@ Array If you're wanting to maintain index/value associations, consider - using usort($arr, 'strnatcmp'). + using uasort($arr, 'strnatcmp').