Does EOF actually exist?
Posted
by terrani
on Stack Overflow
See other posts from Stack Overflow
or by terrani
Published on 2010-03-09T00:27:50Z
Indexed on
2010/03/09
0:36 UTC
Read the original article
Hit count: 221
Hi,
When I use file functions in PHP, I check for EOF. I wonder if EOF actually exist in a file. When I create an empty text file, it displays 0KB. How does EOF exist in a file with 0KB?
© Stack Overflow or respective owner