Re: [PHP-DOC] arsort() & asort() examples From: Hojtsy Gabor (goba <email protected>)
Date: 09/02/01

> it seems that the examples on arsort() and asort() are wrong:
> the docs say that the result would be (array.xml:1664)
>
> fruits[a] = orange
> fruits[d] = lemon
> fruits[b] = banana
> fruits[c] = apple
>
> but the example actually displays
>
> a = orange
> d = lemon
> b = banana
> c = apple

You are right, the error is corrected now in CVS :))
Thanks for the report.

Goba