Query: directory
OS: php
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
DIRECTORY(3) 1 DIRECTORY(3) The Directory classINTRODUCTIONInstances of Directory are created by calling the dir(3) function, not by the new operator.CLASS SYNOPSISDirectory Directory Properties o public string$path o public resource$handle Methods o public void Directory::close ([resource $dir_handle]) o public string Directory::read ([resource $dir_handle]) o public void Directory::rewind ([resource $dir_handle])PROPERTIESo $path - The directory that was opened. o $handle - Can be used with other directory functions such as readdir(3), rewinddir(3) and closedir(3). PHP Documentation Group DIRECTORY(3)
Related Man Pages |
---|
directoryiterator(3) - php |
reflectionfunctionabstract(3) - php |
reflectionparameter(3) - php |
spldoublylinkedlist(3) - php |
yaf_session(3) - php |
Similar Topics in the Unix Linux Community |
---|
Automated FTP task |
Cd |
changing filenames in a directory to a number within a loop |
/bin/find: stat() error <File> : No such file or directory |
Tilde prefix returns invalid home directory. |