|
ob_end_flushFlush (send) the return value of the active output handler and turn the active output buffer off Description
bool ob_end_flush()
This function calls the output handler
(with the
ob_end_flush will fail
without an active output buffer started with the
ob_end_flush will flush (send)
the return value of the output handler
even if the active output buffer was started without the
ParametersThis function has no parameters. Return Values
Returns Errors/Exceptions
If the function fails it generates an Examples
Example #1 ob_end_flush example The following example shows an easy way to flush and end all output buffers:
See Also
|