Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- $myString = outputFromMyVeryCleverFunction();
- // This is the "supposedly" impossible thing that you keep alluding to
- $contentLength = strlen($myString);
- header("Content-Type: application/pdf");
- header("Content-Length: $contentLength");
- echo $myString;
Advertisement
Add Comment
Please, Sign In to add comment