![]() |
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 |
| array scandir ( string directory [, int sorting_order [, resource context]])
(PHP 5) Kann ein Verzeichnis auslesen und das Ergebnis in ein Array ausgeben |
|
| |
| weiter: |
|
| zurück: |
|
© 2001, 2002, 2003, 2004, 2005
Damir Enseleit, mail@selfphp.de