NAME ^

php_dir.pir - PHP dir Standard Library

DESCRIPTION ^

Functions ^

bool chdir(string directory)
Change the current directoryNOT IMPLEMENTED.
bool chroot(string directory)
Change root directoryNOT IMPLEMENTED.
void closedir([resource dir_handle])
Close directory connection identified by the dir_handleNOT IMPLEMENTED.
object dir(string directory[, resource context])
Directory class with properties, handle and class and methods read, rewind and closeNOT IMPLEMENTED.
mixed getcwd(void)
Gets the current directoryNOT IMPLEMENTED.
array glob(string pattern [, int flags])
Find pathnames matching a patternNOT IMPLEMENTED.
mixed opendir(string path[, resource context])
Open a directory and return a dir_handleNOT IMPLEMENTED.
string readdir([resource dir_handle])
Read directory entry from dir_handleNOT IMPLEMENTED.
void rewinddir([resource dir_handle])
Rewind dir_handle back to the startNOT IMPLEMENTED.
array scandir(string dir [, int sorting_order [, resource context]])
List files & directories inside the specified pathNOT IMPLEMENTED.


parrot