You are here: Re: what does thsi line do « All PHP « IT news, forums, messages
Re: what does thsi line do

Posted by NC on 09/17/05 01:43

chris wrote:
>
> I was looking through some PHP code and saw the below line of code
> and was wondering what it did -
>
> $w = ($tmp[0]>$maxw) ? $maxw : $tmp[0];

This is a shorter way to write:

if ($tmp[0]>$maxw) {
$w = $maxw;
} else {
$w = $tmp[0];
}

Can't help but note that there was an even neater way to get it done:

$w = min($tmp[0], $maxw);

Cheers,
NC

 

Navigation:

[Reply to this message]


Удаленная работа для программистов  •  Как заработать на Google AdSense  •  England, UK  •  статьи на английском  •  PHP MySQL CMS Apache Oscommerce  •  Online Business Knowledge Base  •  DVD MP3 AVI MP4 players codecs conversion help
Home  •  Search  •  Site Map  •  Set as Homepage  •  Add to Favourites

Copyright © 2005-2006 Powered by Custom PHP Programming

Сайт изготовлен в Студии Валентина Петручека
изготовление и поддержка веб-сайтов, разработка программного обеспечения, поисковая оптимизация