public function StreamWrapperInterface::rmdir in Drupal 7
1 method overrides StreamWrapperInterface::rmdir()
- DrupalLocalStreamWrapper::rmdir in includes/
stream_wrappers.inc - Support for rmdir().
File
- includes/
stream_wrappers.inc, line 112 - Drupal stream wrapper interface.
Class
- StreamWrapperInterface
- Generic PHP stream wrapper interface.
Code
public function rmdir($uri, $options);