>$max = ($max >= count($ips) ? $max : count($ips));
if ($max >= count($ips)) {
$max = $max;
} else {
$max = count($ips);
}
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Nick Wilson wrote:
* and then M. Sokolewicz declared
However, if it does matter, then I suggest a different way. This would
Yes, it does matter, a *lot* ;-)
I have to hit each machine in order, choosing an IP from that machine
and using it do 'do_stuff()'
order them by their 2nd index, not t
* and then M. Sokolewicz declared
> However, if it does matter, then I suggest a different way. This would
Yes, it does matter, a *lot* ;-)
I have to hit each machine in order, choosing an IP from that machine
and using it do 'do_stuff()'
> order them by their 2nd index, not the first (mean
3 matches
Mail list logo