For Programmers: Free Programming Magazines  


Home > Archive > PHP Documentation > March 2004 > cvs: phpdoc /en/reference/array/functions array-multisort.xml









You are viewing an archived Text-only version of the thread. To view this thread in it's original format and/or if you want to reply to this thread please [click here]

 

Author cvs: phpdoc /en/reference/array/functions array-multisort.xml
Kenneth Schwartz

2004-03-31, 5:34 am

irchtml Wed Mar 31 03:13:12 2004 EDT

Modified files:
/phpdoc/en/reference/array/functions array-multisort.xml
Log:
bug #27788: array_multisort does not maintain numerical key associations

http://cvs.php.net/diff.php/phpdoc/...1.7&r2=1.8&ty=u
Index: phpdoc/en/reference/array/functions/array-multisort.xml
diff -u phpdoc/en/reference/array/functions/array-multisort.xml:1.7 phpdoc/en/reference/array/functions/array-multisort.xml:1.8
--- phpdoc/en/reference/array/functions/array-multisort.xml:1.7 Sun Aug 17 08:21:03 2003
+++ phpdoc/en/reference/array/functions/array-multisort.xml Wed Mar 31 03:13:11 2004
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.7 $ -->
+<!-- $Revision: 1.8 $ -->
<!-- splitted from ./en/functions/array.xml, last change in rev 1.11 -->
<refentry id="function.array-multisort">
<refnamediv>
@@ -18,7 +18,8 @@
<para>
<function>array_multisort</function> 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.
</para>
<para>
The input arrays are treated as columns of a table to be sorted
Sponsored Links







Also available: Server administration forum archive | Web Design forum archive | Software forum archive | Hardware reviews archive

Copyright 2008 codecomments.com