9/3/2013
•
EN
Even shorter ternary operators in PHP using ?:
Explains how to use PHP's short ternary operator (?:) for more concise code, replacing repetitive variable checks.