(PHP 5, PHP 7, PHP 8)
streamWrapper::unlink — Delete a file
This method is called in response to unlink().
Зауваження:
In order for the appropriate error message to be returned this method should not be defined if the wrapper does not support removing files.
path
The file URL which should be deleted.
Виводить
E_WARNING
, якщо цей метод не вдалося викликати (напр. не
реалізований).
Зауваження:
Властивість streamWrapper::$context оновиться, якщо передано правильний контекст до функції виклику.