|
PHP5中文手册
gzwrite(PHP 4, PHP 5) gzwrite — Binary-safe gz-file write 说明
int gzwrite
( resource $zp
, string $string
[, int $length
] )
gzwrite() writes the contents of string to the given gz-file. 参数
返回值Returns the number of (uncompressed) bytes written to the given gz-file stream. 范例
Example#1 gzwrite() example
<?php |