ob_start();
ob_end_flush();
Enable output buffering for an entire server? So noone sees the content until everybody hs called the page?
Seriously, you can use auto_prepend_file and auto_append_file in a .htaccess file to put code at the start and end of any page. That could include any output buffering you might want.