diff --git a/reference/filesystem/functions/readfile.xml b/reference/filesystem/functions/readfile.xml index c6779a9027..e4bd76ae78 100644 --- a/reference/filesystem/functions/readfile.xml +++ b/reference/filesystem/functions/readfile.xml @@ -101,10 +101,19 @@ if (file_exists($file)) { + + + readfile will not present any memory issues, + even when sending large files, on its own. If you encounter an + out of memory error ensure that output buffering is off with + ob_get_level. + + &reftitle.notes; &tip.fopen-wrapper; ¬e.context-support; +