Skip to content

Instantly share code, notes, and snippets.

@frankyonnetti
Last active February 17, 2021 00:32
Show Gist options
  • Select an option

  • Save frankyonnetti/cc0d3e713afdbdc99d80f1cc94bee3a4 to your computer and use it in GitHub Desktop.

Select an option

Save frankyonnetti/cc0d3e713afdbdc99d80f1cc94bee3a4 to your computer and use it in GitHub Desktop.
PHP - ternary operation #php #ternary #shorthand
var = x ? y : z
// means
if $x is set, use $y, if not use $z
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment