public function StreamWrapperInterface::rmdir

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

File

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

Class

StreamWrapperInterface
Generic PHP stream wrapper interface.

Code

public function rmdir($uri, $options);