|
ob_get_flushFlush the output buffer, return it as a string and turn off output buffering Description
string ob_get_flush
( void
)
ob_get_flush flushes the output buffer, return it as a string and turns off output buffering.
Return Values
Returns the output buffer or Examples
Example #1 ob_get_flush example
<?phpThe above example will output:
Array
(
[0] => default output handler
)
Array
(
)
See Also
|