Directory Functions


The directory functions provide a set of platform-independent tools for gathering information about directories and their contents.These functions are a standard part of PHP and should always be available for use. Note that not all of PHP's functions for manipulating directories are present in this group of functions. Other important functions for working with directories exist in the Filesystem function group.