Php Split String por Enter

$your_array = explode("\n", $your_string);
Thoughtless Tortoise