php bir txt dosyasına yeni hatlar içerik patlayabilir

0 Cevap php

Ben diğerleri gibi altında altında e-posta adresleri ile dosya txt var:

test@test.com
test2@test.com

So far I managed to open it with

 $result = file_get_contents("tmp/emails.txt");
but I don't know to to get the email addresses in an array. Basically I could use explode but how do I delimit the new line ? thanks in advance for any answer !

0 Cevap