Документ взят из кэша поисковой машины. Адрес оригинального документа : http://oit.cmc.msu.ru/php/function.ob-end-clean.html
Дата изменения: Sun Feb 3 22:51:01 2002
Дата индексирования: Mon Oct 1 21:46:00 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().