Method Gz._file()->read()
- Method read
int|stringread(intlen)- Description
Reads len (uncompressed) bytes from the file. If read is unsuccessful, 0 is returned.
int|string read(int len)
Reads len (uncompressed) bytes from the file. If read is unsuccessful, 0 is returned.