Created
August 19, 2019 09:52
-
-
Save bm2ilabs/7efc65e5cb60b9c4689419603aa8620d to your computer and use it in GitHub Desktop.
explode new line to array
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
<?php | |
explode(PHP_EOL, $string); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment