Php Split String por Enter
$your_array = explode("\n", $your_string);
Thoughtless Tortoise
$your_array = explode("\n", $your_string);