function PharStreamWrapper::stream_stat

Return value

array

File

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

Class

PharStreamWrapper

Namespace

TYPO3\PharStreamWrapper

Code

public function stream_stat() {
    return $this->invokeInternalStreamWrapper('fstat', $this->internalResource);
}

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