WMPRO, WMMINI FW >= 1.0 WMMEGA FW >= 2.0
Flush current output to the browser
This function will send out any pending buffered data immediately
None
None
<? print("This data will be buffered for a while..."); flush(); print("Buffering will start again here..."); ?>
This function attempts to push current output all the way to the browser with a few caveats:
print() - Print data to the current output stream such as a web page or terminal