stream_flush() public method
This method is called in response to fflush()
and when the stream is being closed while any unflushed data has been written to it before.
See also \yii\mongodb\file\fflush().
public boolean stream_flush ( ) | ||
---|---|---|
return | boolean |
Whether cached data was successfully stored. |
Please login to continue.