$data = file("myfile");

$data = array of the lines from myfile ( they still contain the newline
character )

Wagner Tomy
Editus Luxembourg S.A.

----- Original Message -----
From: "Jeff Lewis" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Friday, July 27, 2001 5:14 PM
Subject: [PHP] Grabbing data up to \n


I am grabbing lines of a file using:

$buffer = fgets($fd, 4096);

How can I grab the line up to \n or does this do it?  Like if the line is
only a few characters, it will only grab up to \n?

And if the line up to the \n is a huge message will I still be able to grab
all of it with the 4096?

Jeff



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to