Table of Contents

flush

WMPRO, WMMINI FW >= 1.0 WMMEGA FW >= 2.0

Flush current output to the browser

Description

flush ( )

This function will send out any pending buffered data immediately

Parameters

None

Return Values

None

Example

<?
  print("This data will be buffered for a while...");
  flush();
  print("Buffering will start again here...");
?>

Note

This function attempts to push current output all the way to the browser with a few caveats:

See Also

print() - Print data to the current output stream such as a web page or terminal