--- 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: * php.net readfile() manual * php.net fopen() manual * php.net fread() manual * php.net fclose() manual * php.net fgets() manual * php.net feof() manual * php.net fgetc() manual