PHP » PYTHON |
login |
register |
about
|
string = open('filename.txt', 'r').read() readfile(PHP 4, PHP 5) 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
Return ValuesReturns 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. Examples
Example #1 Forcing a download using readfile()
<?php The above example will output something similar to: ![]()
NotesTip
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 and List of Supported Protocols/Wrappers for a list of supported URL protocols.
See Also
|
more
Recently updated
more
Most requested
more
Last requests
|