Ternary Conditional Operator
Maxim Maletsky on 2002 May 01
Many of you have probably noticed these funny question marks over the "someone's code", yet not all might have understood what do they really mean. Want to know? Well, Ternary Operator is a very common language construct for many programming languages in use today from JavaScript to C++, though, it can often be tricky to use, especially if you don't have other programming experiences besides PHP...