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