|
PHP5中文手册
gzread(PHP 4, PHP 5) gzread — Binary-safe gz-file read 说明
string gzread
( resource $zp
, int $length
)
gzread() reads up to length bytes from the given gz-file pointer. Reading stops when length (uncompressed) bytes have been read or EOF is reached, whichever comes first. 参数
返回值The data that have been read. 范例
Example#1 gzread() example
<?php |