Skip to content

Instantly share code, notes, and snippets.

@6ui11em
Created December 14, 2017 15:46
Show Gist options
  • Save 6ui11em/353fc3ddae3f578f789afc9a7e514ac5 to your computer and use it in GitHub Desktop.
Save 6ui11em/353fc3ddae3f578f789afc9a7e514ac5 to your computer and use it in GitHub Desktop.
PHP explode & trim #php #split #trim
array_map('trim', explode(',', $str));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment