group.php-52.htm
来自「php5的最新帮助文档」· HTM 代码 · 共 53 行
HTM
53 行
<html>
<head>
<meta content="text/html; charset=gb2312" http-equiv=Content-Type>
<title>压缩文件函数库</title>
<style type="text/css">
a {text-decoration: none;color:#6666ff;}
a:hover {color:#ff0000;}
</style>
</head>
<body bgcolor=ffffff leftmargin=0 topmargin=0 marginheight=0 marginwidth=0>
<p>
<div align=center><table border=0 width=70%><tr>
<td valign=middle width=20><hr size=1 width=100%></td>
<td valign=middle nowrap><font color=e06060 size=+2><b>压缩文件函数库</b></font></td>
<td valign=middle width=100%><hr size=1 width=100%></td>
</tr></table></div><p>
<div align=center><table border=0 width=70%><tr><td>
<div align=right>本函数库共有 15 个函数</div><p><table border=0 cellpadding=12 cellspacing=0><tr>
<td bgcolor=e0e0ff>欲使用本函数库需先安装 zlib,可到 <a href="http://www.cdrom.com/pub/infozip/zlib/" tppabs="http://www.cdrom.com/pub/infozip/zlib/">http://www.cdrom.com/pub/infozip/zlib/</a>
取得该函数库。 </td>
</tr></table><p>
<table border=0 width=100%><tr><td align=right valign=top><a href="function.php-gzclose.htm" alt="function.php?gzclose">gzclose</a>:</td><td valign=top>关闭压缩文件。</td></tr>
<tr><td align=right valign=top><a href="function.php-gzeof.htm" alt="function.php?gzeof">gzeof</a>:</td><td valign=top>判断是否在压缩文件尾。</td></tr>
<tr><td align=right valign=top><a href="function.php-gzfile.htm" alt="function.php?gzfile">gzfile</a>:</td><td valign=top>读压缩文件到数组中。</td></tr>
<tr><td align=right valign=top><a href="function.php-gzgetc.htm" alt="function.php?gzgetc">gzgetc</a>:</td><td valign=top>读压缩文件中的字符。</td></tr>
<tr><td align=right valign=top><a href="function.php-gzgets.htm" alt="function.php?gzgets">gzgets</a>:</td><td valign=top>读压缩文件中的字符串。</td></tr>
<tr><td align=right valign=top><a href="function.php-gzgetss.htm" alt="function.php?gzgetss">gzgetss</a>:</td><td valign=top>读压缩文件中的字符串,并去掉 HTML 指令。</td></tr>
<tr><td align=right valign=top><a href="function.php-gzopen.htm" alt="function.php?gzopen">gzopen</a>:</td><td valign=top>打开压缩文件。</td></tr>
<tr><td align=right valign=top><a href="function.php-gzpassthru.htm" alt="function.php?gzpassthru">gzpassthru</a>:</td><td valign=top>解压缩指针后全部资料。</td></tr>
<tr><td align=right valign=top><a href="function.php-gzputs.htm" alt="function.php?gzputs">gzputs</a>:</td><td valign=top>资料写入压缩文件。</td></tr>
<tr><td align=right valign=top><a href="function.php-gzread.htm" alt="function.php?gzread">gzread</a>:</td><td valign=top>压缩文件读出指定长度字符串。</td></tr>
<tr><td align=right valign=top><a href="function.php-gzrewind.htm" alt="function.php?gzrewind">gzrewind</a>:</td><td valign=top>重设压缩文件指针。</td></tr>
<tr><td align=right valign=top><a href="function.php-gzseek.htm" alt="function.php?gzseek">gzseek</a>:</td><td valign=top>设压缩文件指针至指定处。</td></tr>
<tr><td align=right valign=top><a href="function.php-gztell.htm" alt="function.php?gztell">gztell</a>:</td><td valign=top>取得压缩文件指针处。</td></tr>
<tr><td align=right valign=top><a href="function.php-readgzfile.htm" alt="function.php?readgzfile">readgzfile</a>:</td><td valign=top>读出压缩文件。</td></tr>
<tr><td align=right valign=top><a href="function.php-gzwrite.htm" alt="function.php?gzwrite">gzwrite</a>:</td><td valign=top>资料写入压缩文件。</td></tr>
</table><p><hr size=1><br>如果你对此手册有任何问题,请到下面网址提问: <a href="www.web745.com">WEB开发知识库</a> (<a href="http://www.web745.com">www.web745.com</a>)<p>
</td></tr></table></div>
<p>
<div align=center>
<table border=0>
<tr>
<td>[ <a href="group.php-51.htm" alt="group.php?51">上一页</a>
</td>
<td> <a href="group.php-53.htm" alt="group.php?53">下一页</a>
]</td>
</tr>
</table>
</div><p><br><br>
</body>
</html>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?