Skip to content

Instantly share code, notes, and snippets.

@myanmarlinks
Created July 4, 2017 15:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save myanmarlinks/eb96631075c670ae8bb9015b12e5db53 to your computer and use it in GitHub Desktop.
Save myanmarlinks/eb96631075c670ae8bb9015b12e5db53 to your computer and use it in GitHub Desktop.
Output Bufferning Third
<?php
ob_start("ob_gzhandler");
echo "Hello Apple <br>";
echo "How are you my Apple! <br>";
echo "Another, How are you? <br>";
echo "Testing One Apple Three <br>";
ob_end_flush();
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment