struct php_stream_dirent
    (unknown)
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.