ob_get_contents

Example

 string ob_get_contents ( void ) 

Description

Gets the contents of the output buffer without clearing it.

Return Values

This will return the contents of the output buffer or FALSE, if output buffering isn't active.