On Fri, Jan 6, 2012 at 12:07 AM, Philip Olson <phi...@roshambo.org> wrote:

>
> Hello Thiago,
>
> It means whether or not the key association is maintained. For
> example:
>
>  $fruit = array('banana', 'orange', 'apple');
>  echo $fruit[0]; // banana
>  sort($fruit);
>  echo $fruit[0]; // apple
>
> So sort() does not maintain the correlation between key and value.
>
> That description should use simpler and less wordy English, but
> don't go and look up who wrote it because SVN lies! ;)
>
> Regards,
> Philip
>

Thanks, Philip!

I got it now. Translated and commited.

This was the first page where I saw a different language "tone", hehe.

"PHP has several functions that deal with sorting arrays, and this document
exists to help sort it all out."


;)


Thiago Henrique Pojda
+55 41 8856-7925

Reply via email to