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