| 
 | gzgetcGet character from gz-file pointer Description
   string gzgetc
    ( resource  $zp)Returns a string containing a single (uncompressed) character read from the given gz-file pointer. Parameters
 
 Return Values
   The uncompressed character or  Examples
 Example #1 gzgetc example 
<?phpSee Also
 
 |