bzread()
bzread - Binary safe bzip2 file readSyntax
string bzread (resource $bz, int $length)Arguments
- bz - The file pointer. It must be valid and must point to a file successfully opened by bzopen().
- length - If not specified, bzread() will read 1024 (uncompressed) bytes at a time.
