Hacker News new | ask | show | jobs
by colejohnson66 2021 days ago
Not necessarily all. It’s possible to use PHP to stream a file to the output. It’s how things like `download.php` on some websites work.
1 comments

But that's not what file_get_contents does.
Yep. I’m an idiot.