I want to read the subject.txt, but it's 1,5 mebibyte of data that I don't want to be read every time I run the script. How do I make it read the file lazily?
Name:
Anonymous2009-07-26 18:10
>>8
How is that related? When I have fopen() I can just fgets() what I want. >>7
What do you mean?