PHP Ternary operator
Like a one line if..then..else statement
( test ) ? ( true ) : ( false );
e.g.
echo ( $age >= 100 ) ? "Grats on making it this far!" : "Keep going!";
Written by Gordon Williamson
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#