Tell me how is the ternary conditional operator used in PHP?

Submitted by: Administrator
It is composed of three expressions: a condition, and two operands describing what instruction should be performed when the specified condition is true or false as follows:

Expression_1 ? Expression_2 : Expression_3;
Submitted by:

Read Online Junior Developer PHP Job Interview Questions And Answers