function PharStreamWrapper::rmdir
Parameters
string $path:
int $options:
Return value
bool
File
-
misc/
typo3/ phar-stream-wrapper/ src/ PharStreamWrapper.php, line 138
Class
Namespace
TYPO3\PharStreamWrapperCode
public function rmdir($path, $options) {
$this->assert($path, Behavior::COMMAND_RMDIR);
return $this->invokeInternalStreamWrapper('rmdir', $path, $this->context);
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.