XXIV. Directory functions

Úvod

Požiadavky

These functions are available as part of the standard module, which is always available.

Inštalácia

There is no installation needed to use these functions, they are part of the PHP core.

Konfigurácia behu

This extension does not define any configuration directives.

Typy prostriedkov

Preddefinované konštanty

These constants are defined by this extension, and will only be available when the extension has either been compiled into PHP or dynamically loaded at runtime.

DIRECTORY_SEPARATOR (string)

PATH_SEPARATOR (string)

Tiež pozri

For related functions such as dirname(), is_dir(), mkdir(), and rmdir(), see the Filesystem section.

Obsah
chdir -- Change directory
chroot -- Change the root directory
dir -- directory class
closedir -- close directory handle
getcwd -- gets the current working directory
opendir -- open directory handle
readdir -- read entry from directory handle
rewinddir -- rewind directory handle