Compression function library: Gzopen

Source: Internet
Author: User
Keywords gzopen php Chinese function manual compression function library
Tags aliyun archive file files function function library gzopen html
<>

(PHP3, PHP4)

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.

Example:

<?php

$fp = Gzopen ("/tmp/file.gz", "R");

?>

Reference: Gzclose ()

Related Article

Contact Us

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.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.