NAME ^

php_dir.pir - PHP dir Standard Library

DESCRIPTION ^

Functions ^

bool chdir(string directory)

Change the current directory

NOT IMPLEMENTED.

bool chroot(string directory)

Change root directory

NOT IMPLEMENTED.

void closedir([resource dir_handle])

Close directory connection identified by the dir_handle

NOT IMPLEMENTED.

object dir(string directory[, resource context])

Directory class with properties, handle and class and methods read, rewind and close

NOT IMPLEMENTED.

mixed getcwd(void)

Gets the current directory

NOT IMPLEMENTED.

array glob(string pattern [, int flags])

Find pathnames matching a pattern

NOT IMPLEMENTED.

mixed opendir(string path[, resource context])

Open a directory and return a dir_handle

NOT IMPLEMENTED.

string readdir([resource dir_handle])

Read directory entry from dir_handle

NOT IMPLEMENTED.

void rewinddir([resource dir_handle])

Rewind dir_handle back to the start

NOT IMPLEMENTED.

array scandir(string dir [, int sorting_order [, resource context]])

List files & directories inside the specified path

NOT IMPLEMENTED.


parrot