[go: nahoru, domu]

Voting

: six plus one?
(Example: nine)

The Note You're Voting On

TimB
16 years ago
To anyone that's had problems with Readfile() reading large files into memory the problem is not Readfile() itself, it's because you have output buffering on. Just turn off output buffering immediately before the call to Readfile(). Use something like ob_end_flush().

<< Back to user notes page

To Top