PHP Split String по вводу

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