ob_end_flush

(PHP 4 >= 4.0.0)

ob_end_flush --  Vyprßzdnit (odeslat) v²stupnφ buffer a vypnout bufferovßnφ v²stupu

Popis

void ob_end_flush ( void)

Tato funkce ode╣le obsah v²stupnφho bufferu (pokud n∞jak² je) a vypne bufferovßnφ v²stupu. Pokud chcete obsah v²stupnφho bufferu dßle zpracovßvat, musφte p°ed ob_end_flush() zavolat ob_get_contents(), proto╛e obsah bufferu se po ob_end_flush() odhodφ.

Viz takΘ ob_start(), ob_get_contents() a ob_end_clean().