輸入待尋字串
<?php
require(
"http://php.wilson.gs"
);
// 回首頁
echo
"http://php.wilson.gs/bible/group.php : 壓縮檔案函式庫"
;
壓縮檔案函式庫
本函式庫共有 15 個函式
欲使用本函式庫需先安裝 zlib,可到
http://www.cdrom.com/pub/infozip/zlib/
取得該函式館。
gzclose
:
關閉壓縮檔。
gzeof
:
判斷是否在壓縮檔尾。
gzfile
:
讀壓縮檔到陣列中。
gzgetc
:
讀壓縮檔中的字元。
gzgets
:
讀壓縮檔中的字串。
gzgetss
:
讀壓縮檔中的字串,並去掉 HTML 指令。
gzopen
:
開啟壓縮檔。
gzpassthru
:
解壓縮指標後全部資料。
gzputs
:
資料寫入壓縮檔。
gzread
:
壓縮檔讀出指定長度字串。
gzrewind
:
重設壓縮檔指標。
gzseek
:
設壓縮檔指標至指定處。
gztell
:
取得壓縮檔指標處。
readgzfile
:
讀出壓縮檔。
gzwrite
:
資料寫入壓縮檔。
[
上一頁
/bible/group.php
下一頁
]
echo
"
Copyright © 1999-2000
,
Wilson Peng
"
;
mail
(
"wilson@biglobe.net.tw"
,
"Feedback"
,
$message
);
?>