readfile

Example

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

Description

Reads a file and writes it to the output buffer.

Return Values

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.