public function StreamWrapperInterface::unlink

7.x stream_wrappers.inc public StreamWrapperInterface::unlink($uri)
1 method overrides StreamWrapperInterface::unlink()
DrupalLocalStreamWrapper::unlink in drupal-7.x/includes/stream_wrappers.inc
Support for unlink().

File

drupal-7.x/includes/stream_wrappers.inc, line 109
Drupal stream wrapper interface.

Class

StreamWrapperInterface
Generic PHP stream wrapper interface.

Code

public function unlink($uri);