XXIII. Directory Functions

Zahteve

Te funkcije so na voljo znotraj standardnega modula, ki je vedno na voljo.

Namestitev

Te funkcije ne potrebujejo namestitve, saj so del jedra PHP.

Nastavitve

Ta razširitev ne določa nastavitvenih direktiv.

Predefinirane konstante

Te konstante definira ta razširitev in so tako na voljo samo kadar je razširitev prevedena skupaj s PHPjem ali kadar je dinamišno naložena med izvajanjem.

DIRECTORY_SEPARATOR (string)

PATH_SEPARATOR (string)

Opomba: The PATH_SEPARATOR was introduced with PHP 4.3.0-RC2.

Glej tudi

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

Kazalo
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
scandir --  List files and directories inside the specified path