Oooops!
Didn't see it, despite looking over and over :)
Thx,
Justin
on 24/02/03 3:42 PM, John W. Holmes ([EMAIL PROTECTED]) wrote:
>> Hi, after asort()ing an array, the numeric keys are obviously out of
>> order.
>> what i'd like to do is reset the keys, starting at zero.
>>
>> is there a fu
Hello,
Justin French <[EMAIL PROTECTED]> wrote:
> Hi, after asort()ing an array, the numeric keys are obviously
> out of order.
> what i'd like to do is reset the keys, starting at zero.
>
> is there a function for this, or do I just walk through the
> array with a foreach() and do it manually
> Hi, after asort()ing an array, the numeric keys are obviously out of
> order.
> what i'd like to do is reset the keys, starting at zero.
>
> is there a function for this, or do I just walk through the array with
a
> foreach() and do it manually?
Why don't you just use sort()?
---John W. Holmes
3 matches
Mail list logo