Javascript debugger
Website design
↑
This function is identical to readgzfile(), except that it returns the file in an array.
The file name.
You can set this optional parameter to 1
, if you
want to search for the file in the include_path too.
<?php
$lines = gzfile('somefile.gz');
foreach ($lines as $line) {
echo $line;
}
?>
readgzfile() |
gzopen() |