| 
 
update : 2015.11.03
 
php.shukuma.com검색:
  
 | 
gzencode(PHP 4 >= 4.0.4, PHP 5) gzencode — Create a gzip compressed string 설명
   string gzencode
    ( string  
  $data
   [, int $level = -1
   [, int $encoding_mode = FORCE_GZIP
  ]] )   
   This function returns a compressed version of the input
    For more information on the GZIP file format, see the document: » GZIP file format specification version 4.3 (RFC 1952). 인수
 
 반환값
   The encoded string, or  변경점
 
 예제The resulting data contains the appropriate headers and data structure to make a standard .gz file, e.g.: Example #1 Creating a gzip file 
<?php참고
 
  |