(PHP4 )
string ob_get_contents(void);
string ob_get_contents
This will return the content of the output buffer or FALSE, if output buffering isn't active.
See also ob_start(), ob_end_flush(), and ob_end_clean().