Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@bilalmalkoc
Created August 31, 2019 13:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bilalmalkoc/d17d8885dc8335fa8988e223edd8543b to your computer and use it in GitHub Desktop.
Save bilalmalkoc/d17d8885dc8335fa8988e223edd8543b to your computer and use it in GitHub Desktop.
switch( $type ) {
case 'foo':
some_function();
break;
case 'bar':
some_function();
break;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment