Skip to content

Instantly share code, notes, and snippets.

@EmeraldCoder
Created July 15, 2013 18:25
Show Gist options
  • Save EmeraldCoder/6002205 to your computer and use it in GitHub Desktop.
Save EmeraldCoder/6002205 to your computer and use it in GitHub Desktop.
a simple one line method to explode & trim whitespaces from the exploded elements
array_map('trim',explode(",",$str));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment