function PharStreamWrapper::dir_opendir

Parameters

string $path:

int $options:

Return value

bool

File

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

Class

PharStreamWrapper

Namespace

TYPO3\PharStreamWrapper

Code

public function dir_opendir($path, $options) {
    $this->assert($path, Behavior::COMMAND_DIR_OPENDIR);
    $this->internalResource = $this->invokeInternalStreamWrapper('opendir', $path, $this->context);
    return is_resource($this->internalResource);
}

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