Posted by Richard on 02/15/07 20:48
Richard <rgrdev@gmail.com> writes:
> How to sort an array without replacing the indices? I have an array
> indexed by a timestamp and wish to sort based on that in numeric
> ascending order.
>
> thanks for any advice.
It's ok, more digging found what I wanted - ksort().
[Back to original message]
|