(PHP 5, PHP 7, PHP 8)
streamWrapper::rmdir — Removes a directory
This method is called in response to rmdir().
Зауваження:
In order for the appropriate error message to be returned this method should not be defined if the wrapper does not support removing directories.
path
The directory URL which should be removed.
options
A bitwise mask of values, such as STREAM_MKDIR_RECURSIVE
.
Виводить
E_WARNING
, якщо цей метод не вдалося викликати (напр. не
реалізований).
Зауваження:
Властивість streamWrapper::$context оновиться, якщо передано правильний контекст до функції виклику.