[snip]
I have a file where the pointer is set at EOF.

Is it possible, in a very easy way, to rewind it 5 lines? Thereby being 
able to return the last 5 lines of the file with "fgets".
[/snip]


Count the lines, subtract five, cycle through the file again and only
get the last five.

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to