Answers

Question and Answer:

  Home  WordPress Theme Development

⟩ Tell me the ternary conditional operator in PHP language?

Ternary Condition is a very popular operator in PHP which evaluates the expression preceding the ?. If the condition is true then it executes the expression preceding : and If the condition is false then it executes the expression following :.

 125 views

More Questions for you: