March 2002
Intermediate to advanced
528 pages
21h 29m
English
opendir
int opendir(string path)
Opens the directory path and returns a
directory handle for the path that is suitable for use in subsequent
readdir( ), rewinddir( ), and
closedir( ) calls. If
path is not a valid directory, if
permissions do not allow the PHP process to read the directory, or if
any other error occurs, false is returned.