PHP Doku:: Removes a directory - streamwrapper.rmdir.html

Verlauf / Chronik / History: (1) anzeigen

Sie sind hier:
Doku-StartseitePHP-HandbuchFunktionsreferenzSonstige GrunderweiterungenStreamsThe streamWrapper classstreamWrapper::rmdir

Ein Service von Reinhard Neidl - Webprogrammierung.

The streamWrapper class

<<streamWrapper::rename

streamWrapper::stream_cast>>

streamWrapper::rmdir

(PHP 5)

streamWrapper::rmdirRemoves a directory

Beschreibung

public bool streamWrapper::rmdir ( string $path , int $options )

This method is called in response to rmdir().

Hinweis:

In order for the appropriate error message to be returned this method should not be defined if the wrapper does not support removing directories.

Parameter-Liste

path

The directory URL which should be removed.

options

A bitwise mask of values, such as STREAM_MKDIR_RECURSIVE.

Rückgabewerte

Gibt bei Erfolg TRUE zurück. Im Fehlerfall wird FALSE zurückgegeben.

Fehler/Exceptions

Wirft E_WARNING, wenn der Aufruf dieser Methode fehlschlug (z.B. weil sie nicht implementiert ist).

Anmerkungen

Hinweis:

Die streamWrapper->Kontext-Eigenschaft wird, wenn verfügbar, aktualisiert, wenn der aufrufenden Funktion ein gültiger Kontext übergeben wurde.

Siehe auch


Keine BenutzerBeiträge.
- Beiträge aktualisieren...



PHP Powered Diese Seite bei php.net
The PHP manual text and comments are covered by the Creative Commons Attribution 3.0 License © the PHP Documentation Group - Impressum - mail("TO:Reinhard Neidl",...)