streamWrapper::rmdir

(PHP 5, PHP 7)

streamWrapper::rmdirRemoves a directory

Descrierea

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

This method is called in response to rmdir().

Notă:

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

Parametri

path

The directory URL which should be removed.

options

A bitwise mask of values, such as STREAM_MKDIR_RECURSIVE.

Valorile întoarse

Întoarce valoarea TRUE în cazul succesului sau FALSE în cazul eșecului.

Erori/Excepții

Emite o eroare E_WARNING dacă apelul acestei metode eșuează (de ex. nu este implementată).

Note

Notă:

Proprietatea streamWrapper::$context este reînnoită dacă un context valid este transmis funcției apelante.

A se vedea și