Skip to content

Instantly share code, notes, and snippets.

@kontur
Created September 26, 2012 18:02
Show Gist options
  • Save kontur/3789544 to your computer and use it in GitHub Desktop.
Save kontur/3789544 to your computer and use it in GitHub Desktop.
empty a php array of values, but leave the keys
array_map(create_function('', ''), $array);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment