|
PHP5中文手册
bzread(PHP 4 >= 4.3.3, PHP 5, PECL bz2:1.0) bzread — Binary safe bzip2 file read 说明
string bzread
( resource $bz
[, int $length
] )
bzread() reads from the given bzip2 file pointer. Reading stops when length (uncompressed) bytes have been read or EOF is reached, whichever comes first. 参数
返回值Returns the uncompressed data, or FALSE on error. 范例
Example#1 bzread() example
<?php |