Reply to Re: short if else

Your name:

Reply:


Posted by Oli Filth on 12/28/05 16:56

Oli Filth said the following on 28/12/2005 14:53:
> David Haynes said the following on 28/12/2005 14:42:
>
>> Oli Filth wrote:
>>
>>> black francis said the following on 28/12/2005 14:37:
>>>
>>>> try:
>>>>
>>>> $do = ($test == 1) ? true : false;
>>>
>>>
>>>
>>> Well, that can be shortened to:
>>>
>>> $do = ($test == 1);
>>>
>>>
>> Which can be shortened to:
>>
>> $do = $test;
>>
>> unless $test = 0, $do will evaluate as false.
>>
>
> Technically, it's not the same. In the first two examples, $do will
> *always* be a boolean. But in your new version, $do could be anything,
> dependent on what type $test is.
>

Oh, and another thing. With:

$do = ($test == 1);

$do will resolve to true *only* if ($test == 1), i.e. will resolve to
false for any other value of $test.
With:

$do = $test;

$do will resolve to false *only* if ($test == 0), i.e. will resolve to
true for any other value of $test.


--
Oli

[Back to original 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

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