压缩与归档扩展
简介
压缩与归档扩展
PHP Manual
Bzip2
简介
安装/配置
需求
安装
运行时配置
资源类型
预定义常量
范例
Bzip2 函数
bzclose
— Close a bzip2 file
bzcompress
— Compress a string into bzip2 encoded data
bzdecompress
— Decompresses bzip2 encoded data
bzerrno
— Returns a bzip2 error number
bzerror
— Returns the bzip2 error number and error string in an array
bzerrstr
— Returns a bzip2 error string
bzflush
— Force a write of all buffered data
bzopen
— Opens a bzip2 compressed file
bzread
— Binary safe bzip2 file read
bzwrite
— Binary safe bzip2 file write
压缩与归档扩展
简介
压缩与归档扩展
PHP Manual