PHP funkce ob_end_flush()
Dostupnost ve verzích: PHP 4.0
Flush (send) the output buffer and turn off output buffering
Parametry
Funkce nemá žádné vstupní parametry.
Návratové hodnoty
bool
vrátí true v případě úspěchu, jinak false v případě neúspěchu. Reasons for failure are first that you called the
function without an active buffer or that for some reason a buffer could
not be deleted (possible for special buffer).