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
: gzclose
gzclose
Close an open gz-file pointer
(
PHP 4, PHP 5
)
bool
gzclose
(
resource
zp
)
Example 2720.
gzclose()
example
copy to clipboard
<?php
$gz
=
gzopen
(
'somefile.gz'
,
'w9'
);
gzputs
(
$gz
,
'I was added to somefile.gz'
);
gzclose
(
$gz
);
?>
<< Examples
PHP
:
Function Reference
:
Zlib Compression Functions
: gzclose
gzcompress >>
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