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
: gzgetc
gzgetc
Get character from gz-file pointer
(
PHP 4, PHP 5
)
string
gzgetc
(
resource
zp
)
Example 2726.
gzgetc()
example
copy to clipboard
<?php
$gz
=
gzopen
(
'somefile.gz'
,
'r'
);
while (!
gzeof
(
$gz
)) {
echo
gzgetc
(
$gz
);
}
gzclose
(
$gz
);
?>
<< gzfile
PHP
:
Function Reference
:
Zlib Compression Functions
: gzgetc
gzgets >>
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