Advertisement
sc0ttkclark

pods_flush

Jul 5th, 2011
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.12 KB | None | 0 0
  1. function pods_flush ()
  2. {
  3.     ob_start();
  4.     ob_end_clean();
  5.     flush();
  6.     @ob_end_flush();
  7.     usleep(50000);
  8. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement