public LocalStream::unlink($uri)
Support for unlink().
string $uri: A string containing the URI to the resource to delete.
bool TRUE if resource was successfully deleted.
Overrides PhpStreamWrapperInterface::unlink
http://php.net/manual/streamwrapper.unlink.php
public function unlink($uri) { $this->uri = $uri; return drupal_unlink($this->getLocalPath()); }
© 2001–2016 by the original authors
Licensed under the GNU General Public License, version 2 and later.
Drupal is a registered trademark of Dries Buytaert.
https://api.drupal.org/api/drupal/core!lib!Drupal!Core!StreamWrapper!LocalStream.php/function/LocalStream::unlink/8.1.x