February 2013
Intermediate to advanced
538 pages
20h 55m
English
opendir
resource opendir(string path[, resource context])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.
Read now
Unlock full access