struct php_stream_dirent
(no version information, might be only in CVS)
struct php_stream_dirent -- Holds information about a single file during dir scanning
Description
php_stream_dirent
char d_name[MAXPATHLEN]
|
d_name
holds the name of the file, relative to the directory
being scanned.