超越PHP PHP动态 | 经典文章 | CLASS | 相关下载 | 常见问题 | FORUM | WIKI | 在线手册
Site search:    
<PHP 输入/输出流List of Available Filters>
Last updated: Fri, 22 Jun 2007

压缩流

zlib: PHP 4.0.4 - PHP 4.2.3(仅用于带 fopencookie 的系统)

PHP 4.3.0 及以上版本支持 compress.zlib://compress.bzip2://

  • zlib:

  • compress.zlib://

  • compress.bzip2://

zlib:gzopen() 的工作方式相象,只除了流可以用于 fread() 和其它文件系统函数。自 PHP 4.3.0 起已不赞成使用,因为可能会和包含有“:”字符的文件名混淆,用 compress.zlib:// 代替。

compress.zlib://compress.bzip2:// 各自等同于 gzopen()bzopen(),并且可以在不支持 fopencookie 的系统中使用。

表格 L-6. Wrapper Summary

属性支持
Restricted by allow_url_fopen.No
Allows ReadingYes
Allows WritingYes
Allows AppendingYes
Allows Simultaneous Reading and WritingNo
Supports stat() No, use the normal file:// wrapper to stat compressed files.
Supports unlink() No, use the normal file:// wrapper to unlink compressed files.




add a note add a note User Contributed Notes
压缩流
There are no user contributed notes for this page.

<PHP 输入/输出流List of Available Filters>
 Last updated: Fri, 22 Jun 2007
view source | feedback | send page | sitemap | aboutus   
Copyright ® 2002-2003 PHPE.NET. All rights reserved
Last updated:2002-11-22