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

ob_clean

(PHP 4 CVS only)

ob_clean --  Clean (erase) the output buffer

Description

void ob_clean ( (void);)

This function discards the contents of the output buffer.

This function does not destroy the output buffer like ob_end_clean() does.

See also ob_flush(), ob_end_flush() and ob_end_clean().