From 29e6b9fcbf1e6bff48a1e630683ecae16cf73072 Mon Sep 17 00:00:00 2001 From: Andy Lindeman Date: Fri, 16 May 2003 11:29:47 +0000 Subject: [PATCH] fix bug #23656 git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@127265 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/array/functions/natsort.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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').