freeCodeCamp/guide/english/php/functions/files/index.md

1009 B

title
Files

Files

PHP provides several functions for working with files. These functions allow the developer to enable user file uploads, for php to read and use data from a file, and lastly for php to write data to a file.

More Information: