ob_start

ob_start -- Turn on output buffering

Description

void ob_start ( void)

While output buffering is active no output is sent from the script , instead the output is stored in an internal buffer .

See also ob_get_contents( ) , ob_end_flush( ) , ob_end_clean( ) , and ob_implicit_flush( )