Working With Output HandlersWhen invoked, output handlers are passed the contents of the buffer and a bitmask indicating the status of output buffering.
string
handler
(
string
$buffer
,
int
$phase
= ?)
Warning
Calling any of the following functions from within an output handler will result in a fatal error: ob_clean, ob_end_clean, ob_end_flush, ob_flush, ob_get_clean, ob_get_flush, ob_start.
|