Top "Shorthand-if" questions

The conditional operator is a ternary operator that is part of the syntax for a basic conditional expression in several programming languages.

javascript shorthand if statement, without the else portion

So I'm using a shorthand javascript if/else statement (I read somewhere they're called Ternary statements?) this.dragHandle.hasClass('handle-low') ? …

javascript if-statement shorthand shorthand-if
shorthand php if{} ELSE IF{} else{}

is there a possibility to write a shorthand if, ELSE IF, else statement for php. if / else is clear but …

php shorthand shorthand-if