function PharStreamWrapper::stream_stat
Return value
array
File
-
misc/
typo3/ phar-stream-wrapper/ src/ PharStreamWrapper.php, line 342
Class
Namespace
TYPO3\PharStreamWrapperCode
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.