gzgetc
Get character from gz-file pointer
&reftitle.description;
stringgzgetc
resourcezp
Returns a string containing a single (uncompressed) character
read from the given gz-file pointer.
&reftitle.parameters;
zp
The gz-file pointer. It must be valid, and must point to a file
successfully opened by gzopen.
&reftitle.returnvalues;
The uncompressed character or &false; on EOF (unlike gzeof).
&reftitle.examples;
gzgetc example
]]>
&reftitle.seealso;
gzopen
gzgets