Skip to content

Instantly share code, notes, and snippets.

@richlloydmiles
Created October 1, 2014 08:57
Show Gist options
  • Save richlloydmiles/403739e95dfe0d18947a to your computer and use it in GitHub Desktop.
Save richlloydmiles/403739e95dfe0d18947a to your computer and use it in GitHub Desktop.
Shorthand if statement
$var = ($temp = 1 ? 'true' : 'false') ;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment