readfile
readfile
(PHP 4, PHP 5, PHP 7)
readfile — Outputs a file
Description
int readfile ( string $filename [, bool $use_include_path = false [, resource $context ]] )
Reads a file and writes it to the output buffer.
Parameters
-
filename
-
The filename being read.
-
use_include_path
-
You can use the optional second parameter and set it to
TRUE
, if you want t