Skip to content

Instantly share code, notes, and snippets.

@kaloprominat
Created April 11, 2013 11:56
Show Gist options
  • Save kaloprominat/5362805 to your computer and use it in GitHub Desktop.
Save kaloprominat/5362805 to your computer and use it in GitHub Desktop.
php: if then else shorthand
$var = (condition ? true : false);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment