function LocalStream::stream_stat
Retrieve information about a file resource.
This method is called in response to fstat().
Return value
array|false See stat().
Overrides PhpStreamWrapperInterface::stream_stat
File
- 
              core/
lib/ Drupal/ Core/ StreamWrapper/ LocalStream.php, line 223  
Class
- LocalStream
 - Defines a Drupal stream wrapper base class for local files.
 
Namespace
Drupal\Core\StreamWrapperCode
public function stream_stat() {
  return fstat($this->handle);
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.