directory(3) php man page | unix.com

Man Page: directory

Operating Environment: php

Section: 3

DIRECTORY(3)								 1							      DIRECTORY(3)

The Directory class

INTRODUCTION
Instances of Directory are created by calling the dir(3) function, not by the new operator.
CLASS SYNOPSIS
Directory 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])
PROPERTIES
o $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
recursivedirectoryiterator(3) - php
reflectionfunctionabstract(3) - php
reflectionparameter(3) - php
spldoublylinkedlist(3) - php
yaf_request_simple(3) - php
Similar Topics in the Unix Linux Community
changing filenames in a directory to a number within a loop
How can i copy a list of files with different names into others directory have the same name?
Help for shell scripts for moving all files from one directory to another
Need to delete large set of files (i.e) close to 100K from a directory based on the input file
Tilde prefix returns invalid home directory.