Support for fflush().
bool TRUE if data was successfully stored (or there was no data to store).
Overrides PhpStreamWrapperInterface::stream_flush
http://php.net/manual/streamwrapper.stream-flush.php
public function stream_flush() {
return fflush($this->handle);
}