Php Split String par Entrée
$your_array = explode("\n", $your_string);
Thoughtless Tortoise
$your_array = explode("\n", $your_string);