Skip to content

Instantly share code, notes, and snippets.

@trivoallan
Created October 24, 2014 15:46
Show Gist options
  • Select an option

  • Save trivoallan/61eeb87fa1eeb86d16a6 to your computer and use it in GitHub Desktop.

Select an option

Save trivoallan/61eeb87fa1eeb86d16a6 to your computer and use it in GitHub Desktop.
<?php
ob_start();
$file->fpassthru();
$contents = ob_get_flush();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment