Ajax
Ajax Examples
Ajax Tutorials
Scripts and Programs
Javascript
Javascript Examples Tutorials
DHTML Tutorials
Javascript References
Scripts and Programs
HTML
HTML Tutorials
HTML References
HTML DOM 0 References
HTML DOM 2 References
CSS
CSS Tutorials
CSS References
PHP
PHP Source Code
PHP References
Scripts and Programs
C#
C# Source Code
C# Examples
Bookmark this on Delicious
Share on Facebook
Slashdot It!
Digg
PHP
:
Function Reference
:
Zlib Compression Functions
: gzpassthru
gzpassthru
Output all remaining data on a gz-file pointer
(
PHP 4, PHP 5
)
int
gzpassthru
(
resource
zp
)
Example 2731.
gzpassthru()
example
copy to clipboard
<?php
$fp
=
gzopen
(
'file.gz'
,
'r'
);
gzpassthru
(
$fp
);
gzclose
(
$fp
);
?>
<< gzopen
PHP
:
Function Reference
:
Zlib Compression Functions
: gzpassthru
gzputs >>
Change Language
gzclose
gzcompress
gzdecode
gzdeflate
gzencode
gzeof
gzfile
gzgetc
gzgets
gzgetss
gzinflate
gzopen
gzpassthru
gzputs
gzread
gzrewind
gzseek
gztell
gzuncompress
gzwrite
readgzfile
zlib_get_coding_type