Hacker News new | ask | show | jobs
by DJBunnies 2021 days ago
All into memory no less.
1 comments

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.
But that's not what file_get_contents does.
Yep. I’m an idiot.