Sorting Help

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



I need to sort the following array:
{
	[Smith, Bob]=>array(137.5,125.5),
	[Jones, Robert]=>array(132.7,128.2)
}

The array needs to be sorted by the first number (i.e. 137.5) and then the second in descending order.  I looked at array_multisort but couldn't figure out how to make work for my needs.

Thanks!
Floyd


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




[Index of Archives]     [PHP Home]     [Apache Users]     [PHP on Windows]     [Kernel Newbies]     [PHP Install]     [PHP Classes]     [Pear]     [Postgresql]     [Postgresql PHP]     [PHP on Windows]     [PHP Database Programming]     [PHP SOAP]

  Powered by Linux