Chapter 20. Working with the File System
IN THIS CHAPTER
PHP, like many programming languages, boasts a wide range of functions that allow the developer to access the file system. In this chapter you'll find everything you'll need to work with the file system, including reading and writing text or binary files, working with PHP's fopen() URL wrappers, manipulating directories, and the Unix file permission system.
 |