readfile

 int readfile ( string $filename [, bool $use_include_path = false [, resource $context ]] ) 

説明

Reads a file and writes it to the output buffer.

戻り値

Returns the number of bytes read from the file. If an error occurs, FALSE is returned and unless the function was called as @readfile(), an error message is printed.