PHP/file/io
from HTYP, the free directory anyone can edit if they can prove to me that they're not a spambot
This is a quick index to information about accessing files in PHP.
Functions
- Filesystem Functions
fgetcsv()fgets(): read a line from a file-handlefile_get_contents()file_put_contents()fopen(): open handle to filefputcsv(): write a line in CSV formatfread(): binary-safe read from a file-handlefwrite(): binary-safe write to file-handle
- File System Related Extensions
