PEAR Manual
This manual is provided as a courtesy. It is not an official source. Please check pear.php.net for updated information.
require_once 'PEAR/PackageFileManager/File.php';
array PEAR_PackageFileManager_File::dirList (string $directory)
array PEAR_PackageFileManager_File::dirList
The return format is an array of full paths to files
full path to the directory you want the list of
returns list of files in a directory
throws PEAR_PACKAGEFILEMANAGER_DIR_DOESNT_EXIST
This function can not be called statically.