Skip to content

Instantly share code, notes, and snippets.

@tarolandia
Created August 23, 2012 20:58
Show Gist options
  • Save tarolandia/3441656 to your computer and use it in GitHub Desktop.
Save tarolandia/3441656 to your computer and use it in GitHub Desktop.
Epic!
foreach($values as $key=>$val) {
if (!isset($values[$key])) {
unset($values[$key]);
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment