Skip to content

Instantly share code, notes, and snippets.

@gustavderdrache
Created November 18, 2012 21:12
Show Gist options
  • Save gustavderdrache/4107522 to your computer and use it in GitHub Desktop.
Save gustavderdrache/4107522 to your computer and use it in GitHub Desktop.
<?php
if (is_array($value) ? in_array(strval($key), $value) : (strval($key) == strval($value))) {
/* stuff */
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment