Created
December 14, 2017 15:46
-
-
Save 6ui11em/353fc3ddae3f578f789afc9a7e514ac5 to your computer and use it in GitHub Desktop.
PHP explode & trim #php #split #trim
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
array_map('trim', explode(',', $str)); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment