Skip to content

Instantly share code, notes, and snippets.

@oknoway
Created July 2, 2013 21:28
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 oknoway/5913331 to your computer and use it in GitHub Desktop.
Save oknoway/5913331 to your computer and use it in GitHub Desktop.
<?php
function πŸ”¦($πŸ”‹) {
if ($πŸ”‹ === '🐯') {
return 'πŸ”‘';
}
return 'πŸ’';
}
echo πŸ”¦('🐯');
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment