(PHP 4, PHP 5)
Instances of Directory are created by calling the dir() function, not by the new operator.
$dir_handle
The directory that was opened.
Can be used with other directory functions such as readdir(), rewinddir() and closedir().