Skip to content

Instantly share code, notes, and snippets.

@X-Raym
Created April 28, 2016 12:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save X-Raym/d534bb0cc8aa595290375b1cc4854373 to your computer and use it in GitHub Desktop.
Save X-Raym/d534bb0cc8aa595290375b1cc4854373 to your computer and use it in GitHub Desktop.
Multiline text to array
<?php
$text_array = preg_split( "/\r?\n/", $multiline_text ); // Multilines to array
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment