A Little Taste of Inspiration
Like all widely-used programming languages, PHP has the very useful ability to read data from, and write data to, files on the system. But the language doesn’t just stop there – PHP comes with a full-featured file-and-directory-manipulation API that allows you (among other things) to view and modify file attributes, read and list directory contents,…