IT Placement Papers Programming PHP
This category contains PHP Interview Questions and Answers |
Explain the ternary conditional operator in PHP?
|
|
|
|
|
Expression preceding the ? is evaluated, if it’s true, then the expression preceding the : is executed, otherwise, the expression following : is executed.
Only registered users can write comments. Please login or register.
|