public function OEmbedStreamWrapper::stream_flush in oEmbed 7
Same name and namespace in other branches
- 7.0 OEmbedStreamWrapper.inc \OEmbedStreamWrapper::stream_flush()
Support for fflush().
@todo document why this returns false.
Return value
bool TRUE if data was successfully stored (or there was no data to store).
Overrides StreamWrapperInterface::stream_flush
File
- ./
OEmbedStreamWrapper.inc, line 257 - Create a oEmbed Stream Wrapper class.
Class
- OEmbedStreamWrapper
- @file Create a oEmbed Stream Wrapper class.
Code
public function stream_flush() {
return FALSE;
}