function PharStreamWrapper::unlink

Parameters

string $path:

Return value

bool

File

misc/typo3/phar-stream-wrapper/src/PharStreamWrapper.php, line 380

Class

PharStreamWrapper

Namespace

TYPO3\PharStreamWrapper

Code

public function unlink($path) {
    $this->assert($path, Behavior::COMMAND_UNLINK);
    return $this->invokeInternalStreamWrapper('unlink', $path, $this->context);
}

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