|
ob_get_flushFlush (send) the return value of the active output handler, return the contents of the active output buffer and turn it off Description
stringfalse ob_get_flush()
This function calls the output handler
(with the
ob_get_flush will fail
without an active output buffer started with the
ob_get_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 the contents of the active output buffer on success
or Errors/Exceptions
If the function fails it generates an Examples
Example #1 ob_get_flush example
The above example will output: Array ( [0] => default output handler ) Array ( ) See Also
|