Files
freeCodeCamp/guide/english/php/functions/files/index.md
2018-10-16 21:32:40 +05:30

1009 B

title
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: