Online Documentation Server
 ПОИСК
ods.com.ua Web
 КАТЕГОРИИ
Home
Programming
Net technology
Unixes
Security
RFC, HOWTO
Web technology
Data bases
Other docs

 


 ПОДПИСКА

 О КОПИРАЙТАХ
Вся предоставленная на этом сервере информация собрана нами из разных источников. Если Вам кажется, что публикация каких-то документов нарушает чьи-либо авторские права, сообщите нам об этом.




ob_end_flush

ob_end_flush

(PHP4 )

ob_end_flush --  Flush (send) the output buffer and turn off output buffering

Description

void ob_end_flush(void);

This function will send the contents of the output buffer (if any) and turn output buffering off. If you want to further process the buffers content you have to call ob_get_contents() before ob_end_flush() as the buffer contents get discarded after output.

See also ob_start(), ob_get_contents(), and ob_end_clean().



With any suggestions or questions please feel free to contact us