Skip to content

Instantly share code, notes, and snippets.

@mikemadisonweb
Last active July 23, 2016 06:15
Show Gist options
  • Save mikemadisonweb/a246b4fb2cffe711cc03 to your computer and use it in GitHub Desktop.
Save mikemadisonweb/a246b4fb2cffe711cc03 to your computer and use it in GitHub Desktop.
True isset
<?php
if (array_key_exists('varShouldBeSet', get_defined_vars())) {
// variable $varShouldBeSet exists in current scope
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment