Description
This function will send the contents of the output buffer (if
any) and turn output buffering off. If you want to further
process the buffers content you have to call
ob_get_contents() before
ob_end_flush() as the buffer contents get
discarded after output.
See also ob_start(),
ob_get_contents(), and
ob_end_clean().