gzgetc

Example

 string gzgetc ( resource $zp ) 

Description

Returns a string containing a single (uncompressed) character read from the given gz-file pointer.

Return Values

The uncompressed character or FALSE on EOF (unlike gzeof()).