PHP Day 17-2 File Reading
2017-10-05



sample.txt
This is a test file I created for this example.

Source

Output
No line-feed was obtained.
fopen
fread
fclose
The first step to file I/O ... exciting.