摘要:預判壓縮,如果支持壓縮則優先使用捕捉檔案并且壓縮范例得到捕捉到的檔案,并且進行壓縮,并且輸出壓縮前后的大小移除標簽還可以添加移除所有空格輸出一張顯示用的表格
預判壓縮,如果支持壓縮則優先使用
$header[]="Accept-Encoding:compress,gzip";
curl_setopt($curl_session,CURLOPT_HTTPHEADER,$header);
捕捉檔案并且壓縮范例
include("LIB_http.php");
// define the page
$target="http://xxx";
$ref="";
$method="GET";
$data_array="";
$web_page=http_get($target,$ref,$method,$data_array,EXCL_HEAD);
// 得到捕捉到的檔案,并且進行壓縮,并且輸出壓縮前后的大小
$unzip_size=strlen($webpage["FILE]);
$zip_size=strlen(gzcompress($web_page["FILE"],$compression_value=9));
//$noformat_size=strlen(strip_tags($web_page["FILE"]));//strip_tags移除HTML標簽
// 還可以添加trim移除所有空格
輸出一張顯示用的HTML表格(size)
Compression report for | ||
---|---|---|
Unzip | zip | |
bytes | bytes |