public function StreamWrapperInterface::stream_stat in D7 Media 6
2 methods override StreamWrapperInterface::stream_stat()
- ResourceReadOnlyStreamWrapper::stream_stat in resource/
ResourceReadOnlyStreamWrapper.inc - Support for fstat().
- ResourceStreamWrapper::stream_stat in resource/
ResourceStreamWrapper.inc - Support for fstat().
File
- resource/
ResourceStreamWrapper.inc, line 18
Class
- StreamWrapperInterface
- Generic PHP stream wrapper interface. @see: http://php.net/manual/en/function.stream-wrapper-register.php
Code
public function stream_stat();