|
readfileOutputs a file Description
intfalse readfile(string
$filename , bool $use_include_path = false , resourcenull $context = null )Reads a file and writes it to the output buffer. Parameters
Return Values
Returns the number of bytes read from the file on success,
or Errors/Exceptions
Upon failure, an Examples
Example #1 Forcing a download using readfile
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
|