In the file:
http://www.php.net/manual/en/function.natsort.php

the text:
Note: If you're wanting to maintain index/value associations, consider using usort($arr, 'strnatcmp') .

should be:
Note: If you're wanting to maintain index/value associations, consider using
uasort($arr, 'strnatcmp') .


Thanks,

--==<< R i c h a r d B r o n o s k y >>==--

Reply via email to