public function oEmbedStream::stream_stat in oEmbed 8
Support for fstat().
Return value
array An array with file status, or FALSE in case of an error - see fstat() for a description of this array.
Overrides PhpStreamWrapperInterface::stream_stat
1 call to oEmbedStream::stream_stat()
- oEmbedStream::url_stat in src/
StreamWrapper/ oEmbedStream.php - Support for stat().
File
- src/
StreamWrapper/ oEmbedStream.php, line 210 - Create a oEmbed Stream Wrapper class.
Class
- oEmbedStream
- @file Create a oEmbed Stream Wrapper class.
Namespace
Drupal\oembed\StreamWrapperCode
public function stream_stat() {
return $this->_stat;
}