function PhpStreamWrapperInterface::rmdir

Return value

bool

2 methods override PhpStreamWrapperInterface::rmdir()
LocalStream::rmdir in core/lib/Drupal/Core/StreamWrapper/LocalStream.php
Support for rmdir().
ReadOnlyStream::rmdir in core/lib/Drupal/Core/StreamWrapper/ReadOnlyStream.php
Support for rmdir().

File

core/lib/Drupal/Core/StreamWrapper/PhpStreamWrapperInterface.php, line 45

Class

PhpStreamWrapperInterface
Defines a generic PHP stream wrapper interface.

Namespace

Drupal\Core\StreamWrapper

Code

public function rmdir($path, $options);

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.