PHP/file/io
Jump to navigation
Jump to search
PHP file access functionality
|
PHP File fx() |
This is a quick index to information about accessing files in PHP.
Functions
- Filesystem Functions
file()
: read entire text file into an array (by line)file_get_contents()
: read entire text file into a stringfile_put_contents()
- file-handle functions:
- File System Related Extensions: also includes filesystem-related extensions