Guest User

Untitled

a guest
Jun 17th, 2018
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. public function getBufferedContent() {
  2. ob_start();
  3. include('wartabud.php');
  4. $return = ob_get_contents();
  5. ob_end_clean();
  6.  
  7. return $return;
  8. }
Add Comment
Please, Sign In to add comment