PHP » PYTHON |
login |
register |
about
|
|
gzwrite(PHP 4, PHP 5) gzwrite — Binary-safe gz-file write Description
int gzwrite
( resource $zp
, string $string
[, int $length
] )
gzwrite() writes the contents of string to the given gz-file. Parameters
Return ValuesReturns the number of (uncompressed) bytes written to the given gz-file stream. Examples
Example #1 gzwrite() example
<?php
|
more
Recently updated
more
Most requested
|