Support for fstat().
bool An array with file status, or FALSE in case of an error - see fstat() for a description of this array.
Overrides PhpStreamWrapperInterface::stream_stat
http://php.net/manual/streamwrapper.stream-stat.php
public function stream_stat() {
return fstat($this->handle);
}