PHP » GoLang |
login |
register |
about
|
gzopen(PHP 4, PHP 5, PHP 7) gzopen — Open gz-file Description
resource gzopen
( string
$filename
, string $mode
[, int $use_include_path = 0
] )Opens a gzip (.gz) file for reading or writing. gzopen() can be used to read a file which is not in gzip format; in this case gzread() will directly read from the file without decompression. Parameters
Return ValuesReturns a file pointer to the file opened, after that, everything you read from this file descriptor will be transparently decompressed and what you write gets compressed.
If the open fails, the function returns Examples
Example #1 gzopen() Example
<?php |
more
Recently updated
more
Most requested
more
Last requests
|