PHP Ternary Operator (IF/ELSE)
Using ternary operator or shorthand for if/else in PHP will save you lot of time and code line.
echo ($status == ‘sleep’ ? ‘Wake Up!’ : ‘Time to Work!’);
Written by Azri Jamil
Related protips
Have a fresh tip? Share with Coderwall community!
Post
Post a tip
Best
#Php
Authors
Sponsored by #native_company# — Learn More
#native_title#
#native_desc#