ob_implicit_flush
  (PHP 4, PHP 5)
ob_implicit_flush — Turn implicit flush on/off
  
 
 
  Description
  
   void ob_implicit_flush
    ([ int $flag
  ] )
  
  
 
  Parameters
  
   
    - 
     flag
     
- 
      
       TRUE to turn implicit flushing on, FALSE otherwise.
       Defaults to TRUE.
       
 
 
  Return Values
  
   No value is returned.