|
ob_end_cleanClean (erase) the contents of the active output buffer and turn it off Description
bool ob_end_clean()
This function calls the output handler
(with the
ob_end_clean will fail
without an active output buffer started with the
ob_end_clean
will discard the contents of the active output buffer
even if it was started without the
ParametersThis function has no parameters. Return Values
Returns Errors/Exceptions
If the function fails it generates an ExamplesThe following example shows an easy way to get rid of the contents of the active output buffer:
Example #1 ob_end_clean example
See Also
|