Skip to content

Instantly share code, notes, and snippets.

@gfodor
Last active December 24, 2015 22:49
Show Gist options
  • Save gfodor/6875371 to your computer and use it in GitHub Desktop.
Save gfodor/6875371 to your computer and use it in GitHub Desktop.
foreach (array_keys($your_values) as $key) {
if ($your_values[$key] === "") {
unset($your_values[$key]);
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment