Syntax: int ReadFile (string filename [, int use_include_path])
Description:
Read the file and write it to standard output.
Returns the bit-tuple size read from a file, which returns False if an error occurs, and displays an error message, unless it is called in @readfile (), and the error message is not displayed.
If filename starts with "http://", the HTTP1.0 opens the link to the specified server and writes the reply (response) text to the standard output.
Cannot handle HTTP steering (redirects), so must include an extended slash (slashes) on the directory.
If filename is started with "ftp://", FTP opens the connection to the specified server and writes the requested file to standard output, which fails if the server does not provide passive mode FTP (Passive mode FTP).
If filename does not begin with a string of both, the file is opened from the file system and its contents are written to standard output.
If you want to search for files in include_path, you can use the second argument and set it to 1.
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.