|
readfileOutputs 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
Return Values
Returns the number of bytes read from the file. If an error
occurs, Examples
Example #1 Forcing a download using readfile
<?php The above example will output something similar to: Notes
Tip
A URL can be used as a filename with this function if the fopen wrappers have been enabled. See fopen for more details on how to specify the filename. See the Supported Protocols and Wrappers for links to information about what abilities the various wrappers have, notes on their usage, and information on any predefined variables they may provide.
See Also
|