Flushable
interface Flushable (View source)
Provides an interface for classes to implement their own flushing functionality whenever flush=1 is requested.
Methods
Details
static
flush()
This function is triggered early in the request if the kernel gets flushed.
Each class that implements Flushable implements this function which looks after it's own specific flushing functionality.