Hacker News new | ask | show | jobs
by 131hn 2294 days ago
PHP readfile is all about « streaming » GB size files to stdout, not so much returning a whole file in a single buffer (but file_get_contents is and might, indeed, benefit from the new readfile syscall )
1 comments

Thanks, that was what I meant.