Gzopen---&http://www.aliyun.com/zixun/aggregation/37954.html ">nbsp; Turn on the compression file
Syntax: int gzopen (string filename, string mode [, int use_include_path])
Description:
Opens a gzip (. gz) file, used for reading or writing, parameter mode and fopen () ("RB" or "WB") are the same, but can also include a compression level ("WB9") or a strategy (strategy): ' F ' is used to filter (filtered) data, such as "Wb6f".
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.
Open failed this function returns FALSE.
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.