Flushes the output. This method is called in response to fflush()
. If you have cached data in
your stream but not yet stored it into the underlying storage, you should do so now.
Since this implementation doesn’t buffer streams, simply return true
.
Access
public
Returns
Type |
Description |
---|---|
Whether or not flushing succeeded |
Source
Method defined in extensions/s3streamwrapper.class.php | Toggle source view (19 lines) | View on GitHub