Search notes:
PHP: readfile
readfile
prints the content of a file.
<?php header('Content-Type: text/plain'); readfile(__FILE__); ?>
Github repository
about-php
, path:
/filesystem/readfile.html
See also
PHP functions related to the filsystem
Index