update : 2015.11.03
php.shukuma.com검색:
|
gzcompress(PHP 4 >= 4.0.1, PHP 5) gzcompress — Compress a string 설명
string gzcompress
( string
$data
[, int $level = -1
[, int $encoding = ZLIB_ENCODING_DEFLATE
]] )This function compresses the given string using the ZLIB data format. For details on the ZLIB compression algorithm see the document "» ZLIB Compressed Data Format Specification version 3.3" (RFC 1950).
인수
반환값
The compressed string or 예제
Example #1 gzcompress() example
<?php 변경점
참고
|