国产成人精品久久免费动漫-国产成人精品天堂-国产成人精品区在线观看-国产成人精品日本-a级毛片无码免费真人-a级毛片毛片免费观看久潮喷

您的位置:首頁技術(shù)文章
文章詳情頁

PHP擴(kuò)展之壓縮與歸檔擴(kuò)展4——Zlib

瀏覽:130日期:2022-09-15 15:15:06

大多數(shù)文件系統(tǒng)函數(shù)使用gzip來壓縮文件,本模塊可以幫助透明讀取gzip壓縮文件。

在PHP中Zlib支持默認(rèn)并沒有開啟。需要安裝配置 PHP的時(shí)候使用?--with-zlib[=DIR]

下面這個(gè)例子開啟了一個(gè)臨時(shí)文件來寫入測(cè)試字符串,然后兩次打印文件內(nèi)容。

Example #1 簡(jiǎn)單的Zlib示例

<?php $filename = tempnam(’/tmp’, ’zlibtest’) . ’.gz’; echo '<html>n<head></head>n<body>n<pre>n'; $s = 'Only a test, test, test, test, test, test, test, test!n'; // open file for writing with maximum compression $zp = gzopen($filename, 'w9'); // write string to file gzwrite($zp, $s); // close file gzclose($zp); // open file for reading $zp = gzopen($filename, 'r'); // read 3 char echo gzread($zp, 3); // output until end of the file and close it. gzpassthru($zp); gzclose($zp); echo 'n'; // open file and print content (the 2nd time). if (readgzfile($filename) != strlen($s)) {echo 'Error with zlib functions!'; } unlink($filename); echo '</pre>n</body>n</html>n';?>

?相關(guān)函數(shù):

gzclose?— Close an open gz-file pointergzcompress?— Compress a stringgzdecode?— Decodes a gzip compressed stringgzdeflate?— Deflate a stringgzencode?— Create a gzip compressed stringgzeof?— Test for EOF on a gz-file pointergzfile?— Read entire gz-file into an arraygzgetc?— Get character from gz-file pointergzgets?— Get line from file pointergzgetss?— Get line from gz-file pointer and strip HTML tagsgzinflate?— Inflate a deflated stringgzopen?— Open gz-filegzpassthru?— Output all remaining data on a gz-file pointergzputs?— 別名 gzwritegzread?— Binary-safe gz-file readgzrewind?— Rewind the position of a gz-file pointergzseek?— Seek on a gz-file pointergztell?— Tell gz-file pointer read/write positiongzuncompress?— Uncompress a compressed stringgzwrite?— Binary-safe gz-file writereadgzfile?— Output a gz-filezlib_decode?— Uncompress any raw/gzip/zlib encoded datazlib_encode?— Compress data with the specified encodingzlib_get_coding_type?— Returns the coding type used for output compression
標(biāo)簽: PHP
相關(guān)文章:
主站蜘蛛池模板: 久久99九九99九九精品 | 国产日韩欧美三级 | 在线精品视频在线观看高清 | 久久观看 | 亚洲国产第一区二区香蕉日日 | 国产永久高清免费动作片www | 国产精品免费看 | 国产一级一级一级成人毛片 | 波多野结衣一级视频 | 亚洲成年人网址 | 九九九九热精品免费视频 | www中文字幕 | 一本色道久久综合 | 国产精品国产欧美综合一区 | 免费看岛国视频在线观看 | 久久ri精品高清一区二区三区 | 亚洲欧美在线看 | 精品久久久久久久久中文字幕 | 国产精品欧美亚洲日本综合 | 精品女厕沟底拍撒尿 | 午夜伊人 | 完整日本特级毛片 | 欧美不卡视频 | 欧美一级日韩在线观看 | 一区二区三区欧美 | 日韩精品一区二区三区在线观看l | 国产精品女在线观看 | 精品欧美一区二区在线观看欧美熟 | 欧美亚洲综合网 | 中文字幕二区 | 欧美一区二区三区激情视频 | 国产午夜三级 | 成人视视 | 亚洲视频在线免费 | 国产精品久久久久久久久久98 | 日韩欧美一级a毛片欧美一级 | 久草在线新首页 | 99久久国产综合精品网成人影院 | 色一欲一性一乱一区二区三区 | 俄罗斯黄色一级片 | 欧美一级毛片高清免费观看 |