Syntax: int readgzfile (string filename [, int use_include_path])
Description:
Read a file, unzip it, and write to the standard output.
Gzopen () can be used to read files that are not in gzip format, so that Gzopen () will be read directly from files that are not uncompressed.
Returns the number of bit tuples read from a file, returns False if an error occurs, and displays an error message unless it is called in @readgzfile (), so the error message is not displayed.
File filename will be opened from the file system and its contents will be written to standard output.
If you want to search for files in include_path, you can use the third parameter 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.