RE: Array difficulty

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

 



On Tue, 2007-07-31 at 14:43 +0100, Chris Boget wrote:
> > At this point, $result would be equal to "uppercase".  I feel 
> > like this is a really kludgey way to accomplish this.  Is there 
> > a better way?
> 
> Couldn't you just do
> 
> arsort($chance);
> $lastItem = chance[( count( $chance ) - 1 )];

$lastItem = end( $chance );

Cheers,
Rob.
-- 
...........................................................
SwarmBuy.com - http://www.swarmbuy.com

    Leveraging the buying power of the masses!
...........................................................

-- 
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