Shorthand (ternary expression) If Statement in PHP September 23, 2022 1 Min Read 0 14 Shorthand (ternary expression) If Statement in PHP function greater_than() { return ($x > $y) ? true :… PHP Chief Dev