Документ взят из кэша поисковой машины. Адрес оригинального документа : http://old.master.cmc.msu.ru/php/function.ob-end-clean.html
Дата изменения: Sun Feb 3 22:51:01 2002
Дата индексирования: Tue Oct 2 07:14:05 2012
Кодировка:
ob_end_clean

ob_end_clean

(PHP 4 >= 4.0.0)

ob_end_clean --  Clean (erase) the output buffer and turn off output buffering

Description

void ob_end_clean ( (void);)

This function discards the contents of the output buffer and turns off output buffering.

See also ob_start(), ob_clean() and ob_end_flush().