From 5caa815dcbf87caffc61e472e21ed797315b65d2 Mon Sep 17 00:00:00 2001 From: Kenneth Schwartz Date: Wed, 31 Mar 2004 08:13:11 +0000 Subject: [PATCH] bug #27788: array_multisort does not maintain numerical key associations git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@155021 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/array/functions/array-multisort.xml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/reference/array/functions/array-multisort.xml b/reference/array/functions/array-multisort.xml index c133850576..355783c7c3 100644 --- a/reference/array/functions/array-multisort.xml +++ b/reference/array/functions/array-multisort.xml @@ -1,5 +1,5 @@ - + @@ -18,7 +18,8 @@ array_multisort can be used to sort several arrays at once or a multi-dimensional array according by one of - more dimensions. It maintains key association when sorting. + more dimensions. Associative key associations are maintained while + numerical keys are re-indexed. The input arrays are treated as columns of a table to be sorted