Skip to content

Instantly share code, notes, and snippets.

@X-Raym
Created April 28, 2016 12:26
Show Gist options
  • Select an option

  • Save X-Raym/d534bb0cc8aa595290375b1cc4854373 to your computer and use it in GitHub Desktop.

Select an option

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