[PHP] Re: Sorting in PHP

2005-08-02 Thread Mathieu Dumoulin
Found my problem, i'm runnig php 4.3.11, will update first then i will try again. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Re: Sorting in php

2002-03-15 Thread Luke Welling
"Uma Shankari T." wrote: > Can anyone please tell me is there any function in php for sorting in > which the contents are stored in array Have you seen sort(), arsort(), asort(), ksort(), natsort(), natcasesort(), rsort(), usort(), array_multisort(), or uksort()? Luke Welling -- PHP and