Showing posts with label Explain the ternary conditional operator in PHP?. Show all posts
Showing posts with label Explain the ternary conditional operator in PHP?. Show all posts
Saturday, May 16, 2009
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.
Subscribe to:
Posts (Atom)