Skip to content

Instantly share code, notes, and snippets.

@luckyshot
Last active January 12, 2017 16:06
Show Gist options
  • Save luckyshot/96693b8f289ca7a1ebe67aeaa0518145 to your computer and use it in GitHub Desktop.
Save luckyshot/96693b8f289ca7a1ebe67aeaa0518145 to your computer and use it in GitHub Desktop.
PHP Buffer OB Cache flush
<?php
ob_start();
// Do whatever
$buffer = ob_get_clean();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment