The filesystem functions provide a wide range of tools to
access and manipulate the filesystem.
PHP's filesystem
functions provide a fairly broad range of functionality.
All the standard functions that programmers expect are
included - opening, reading, and writing files; querying
the filesystem; changing permissions; copying and
deleting files; etc. Many of these functions have been
transparently extended to work with HTTP and FTP
resources, allowing easy reading of remote files.
|