Skip to content

Instantly share code, notes, and snippets.

@abrahamvegh
Created November 11, 2010 21:22
Show Gist options
  • Save abrahamvegh/673219 to your computer and use it in GitHub Desktop.
Save abrahamvegh/673219 to your computer and use it in GitHub Desktop.
<?php
function isset_and_is($a,$b,$c){$d=&$GLOBALS['_'.strtoupper($a)];return isset($d[$b])&&$d[$b]==$c;}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment