Skip to content

Instantly share code, notes, and snippets.

@ngzax
Created April 2, 2010 20:56
Show Gist options
  • Save ngzax/353699 to your computer and use it in GitHub Desktop.
Save ngzax/353699 to your computer and use it in GitHub Desktop.
foreach ($array as $key => $value) {
if (is_null($value) || $value=="") {
unset($array[$key]);
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment