โ— Shell
clean mode source โ†—

PHP: streamWrapper::stream_flush - Manual

(PHP 4 >= 4.3.2, PHP 5, PHP 7, PHP 8)

streamWrapper::stream_flush โ€” Flushes the output

Description

public function streamWrapper::stream_flush(): bool

If you have cached data in your stream but not yet stored it into the underlying storage, you should do so now.

Parameters

This function has no parameters.

Return Values

Should return true if the cached data was successfully stored (or if there was no data to store), or false if the data could not be stored.

Notes

Note:

If not implemented, false is assumed as the return value.

See Also

  • fflush() - Flushes the output to a file