![]() |
Verzeichnis Funktionen |
|
| |
|
|
| int chdir (string directory)
(PHP 3, PHP 4 >= 4.0b1) Bewegen innerhalb von Verzeichnissen |
|
|
| void closedir (int dir_handle)
(PHP 3, PHP 4 >= 4.0b1) Beendet ein Verzeichnishandle |
| |
| new dir (string directory)
(PHP 3, PHP 4 >= 4.0b1) Mechanismus zum lesen von Verzeichnissen |
|
|
| string getcwd ()
(PHP 4 >= 4.0b4) Ermittelt das Arbeitsverzeichnis des Skriptes |
|
|
| int mkdir (string pathname, int mode)
(PHP 3, PHP 4 ) Erstellt ein Verzeichnis |
|
|
| int opendir (string path)
(PHP 3, PHP 4 >= 4.0b1) Öffnet ein Verzeichnishandle |
|
|
| string readdir (int dir_handle)
(PHP 3, PHP 4 >= 4.0b1) Liest den Inhalt eines Verzeichnishandle |
|
|
| int rmdir (string dirname)
(PHP 3, PHP 4 ) Löscht ein bestehendes Verzeichnis |
|
|
| void rewinddir (int dir_handle)
(PHP 3, PHP 4 >= 4.0b1) Setzt ein Verzeichnishandle zurück |
|
| |
| weiter: |
|
| zurück: |
|