update : 2015.11.03
php.shukuma.com검색:
|
gzwrite(PHP 4, PHP 5) gzwrite — Binary-safe gz-file write 설명
int gzwrite
( resource
$zp
, string $string
[, int $length
] )
gzwrite() writes the contents of
인수
반환값Returns the number of (uncompressed) bytes written to the given gz-file stream. 예제
Example #1 gzwrite() example
<?php |