★ wanayoo — archive 1999 http://www.php.net/manual/function.gzgetc.phpNouvelle recherche | Portail wanayoo

PHP Home Page

Manual Table of Contents
Up to Zlib
Quick Reference
German version of this pageJapanese version of this pageItalian version of this pageFrench version of this pageHungarian version of this page
Zlib
* gzclose
* gzeof
* gzfile
* gzgetc
* gzgets
* gzgetss
* gzopen
* gzpassthru
* gzputs
* gzread
* gzrewind
* gzseek
* gztell
* gzwrite
* readgzfile
* gzcompress
* gzuncompress
Manual: gzgetc
View the source code for this pageSearch the site



Previous page
 gzfile
 Updated
Sat, 12 Aug 2000
gzgets 
Next page


gzgetc

(PHP3 , PHP4 )

gzgetc -- Get character from gz-file pointer

Description

string gzgetc (int zp)

Returns a string containing a single (uncompressed) character read from the file pointed to by zp. Returns FALSE on EOF (as does gzeof()).

The gz-file pointer must be valid, and must point to a file successfully opened by gzopen().

See also gzopen(), and gzgets().


 About Notes


Previous page
 gzfile
 Updated
Sat, 12 Aug 2000
gzgets 
Next page





Who's responsible for this?
Top of this page

Site
Hosting:



Located in
United States
Elements of this website are subject to copyright.
Questions about installing or using PHP should be directed to one of the mailing lists.
Only questions about the website should be directed to webmaster@php.net.