public function StreamWrapperInterface::unlink in D7 Media 6
1 method overrides StreamWrapperInterface::unlink()
- ResourceStreamWrapper::unlink in resource/
ResourceStreamWrapper.inc - Support for unlink().
File
- resource/
ResourceStreamWrapper.inc, line 19
Class
- StreamWrapperInterface
- Generic PHP stream wrapper interface. @see: http://php.net/manual/en/function.stream-wrapper-register.php
Code
public function unlink($url);